A modern implementation of the classic Snake game built with Python and Pygame, featuring smooth animations and a sleek monochromatic design.
- Clean, modern monochromatic design
- Smooth circular snake segments with gradient effects
- Anti-aliased graphics for crisp visuals
- Pulsating food animation
- Screen wrap-around gameplay
- Progressive difficulty
- 1000x1000 pixel game window
- Score tracking
- Python 3.x
- Pygame
- Clone the repository:
git clone https://github.com/smdhussain06/snakey.git
cd snakey- Install the required dependencies:
pip install -r requirements.txtRun the game:
python snake_game.py- Arrow keys to change direction
- ESC to quit
- SPACE to restart after game over
- Control the snake to eat the food (grey circles)
- Snake grows longer with each food eaten
- Game ends if the snake collides with itself
- Snake can pass through walls and appear on the opposite side
- Score increases with each food eaten
- Speed gradually increases as your score goes up
This project is licensed under the MIT License - see the LICENSE file for details.