https://github.com/saajann/snake
Snake game made with Python π
https://github.com/saajann/snake
pygame python snake
Last synced: 3 months ago
JSON representation
Snake game made with Python π
- Host: GitHub
- URL: https://github.com/saajann/snake
- Owner: saajann
- Created: 2025-01-14T16:19:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T16:23:05.000Z (12 months ago)
- Last Synced: 2025-06-03T14:51:59.756Z (7 months ago)
- Topics: pygame, python, snake
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game π
A classic Snake game built with Python and Pygame. Eat food, grow longer, and donβt crash into the walls or yourself!
## How to Play:
1. Clone this repo and run the game:
```bash
git clone https://github.com/saajann/snake.git
cd snake
python snake.py
2. Use arrow keys to move.
3. Eat food to grow, but avoid walls and your own tail!
4. After losing, press C to play again or Q to quit.