- Python3
- Pygame
python3 -m pip install -r requirements.txt
python3 snake.py
Rules are simple β collect apples (red), avoid own tail and bananas (yellow)
Moving: WASD or arrows
To exit the ongoing game to the menu, press Escape
Hint: you can use Space to play again faster β press once to skip Game Over and press Space again in the menu to start a new game