A classic Snake game built with Python using Pygame. Control the snake, eat food, and grow while avoiding collisions!
- Smooth gameplay with increasing difficulty
- Customizable snake speed and colors
- Sound effects and game-over animations
- Score tracking and high-score saving
/snake-game-python โโโ src/ # Game source code โโโ assets/ # Game assets (images, sounds) โโโ README.md # Setup and game instructions โโโ requirements.txt # Dependencies โโโ config.json # Game settings โโโ main.py # Entry point for the game
git clone https://github.com/your-username/snake-game-python.git
cd snake-game-python
pip install -r requirements.txt
python main.py