Classic Snake Game built in Python using the PyGame library.
- Use the arrow keys to move the snake.
- Eat the food to grow the snake.
- Don't hit the walls or the snake's body.
- Clone the repository
git clone
- Install the dependencies
pip install -r requirements.txt
or
conda install --file requirements.txt
- Change the directory
cd source
- Run the game
python snake_game.py