A classic Snake game built with Python and Pygame. Eat food, grow longer, and donβt crash into the walls or yourself!
- Clone this repo and run the game:
git clone https://github.com/saajann/snake.git cd snake python snake.py
- Use arrow keys to move.
- Eat food to grow, but avoid walls and your own tail!
- After losing, press C to play again or Q to quit.