An open API service indexing awesome lists of open source software.

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 🐍

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.