A classic Snake Game built using Python and the Pygame library. This terminal-friendly game is a fun project that showcases game development basics such as the game loop, collision detection, and score tracking.
- Smooth gameplay with keyboard controls
- Real-time snake movement and food generation
- Collision detection with self and borders
- Score tracking system
- Game over screen and restart functionality
- Python 3.x
- Pygame library
- Python 3 installed on your machine
- Pygame library (
pip install pygame)
git clone https://github.com/Dipanjan-Pradhan/SnakeGame.git
cd snake-game-python