This is a classic Snake Game built using Python and the Pygame library. The objective is to control the snake, eat food, grow longer, and avoid hitting the walls or itself. It's a fun way to practice game development, logic building, and working with libraries like Pygame.
- Classic Snake gameplay
- Real-time movement using arrow keys
- Score tracking
- Game Over screen
- Clean and simple design
- Python 3.x
- Pygame library
pip install pygame
Arrow Keys โ Move the snake in four directions (Up, Down, Left, Right)
Developed by Shubham Kumar while learning Python Game Development
