Snake is the implementation of the Nokia's classic snake game made with pygame. This game uses sprites made by Lorenz Brooks. The complete spritesheet is available at itch.io.
Download this project from here Download Snake
Use the package manager pip to install following packages :-
- Pygame
pip install pygameNavigate and click main.py to open the game, Select any game mode to start playing the game. The objective of the snake in the game is to eat fruits to grow bigger.
Controls:
- Use arrow keys to play and navigate
- Use Enter / return key to select options.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.