A classic Snake Game developed in Python using Pygame.
Move the snake with the arrow (←↓→), eat apple to grow and don't collide with your body.
- Python 3
- Pygame
- Venv
git clone https://github.com/Rhapsodiew/Snake.git
cd Snake
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 snake_v2.py
Completed.
Will probably not work on this project again.