I have tried recreating the classic Snakes-II game using Pygame where the player maneuvers the body which grows lengthwise on ingesting a target (let's say an egg) , with the body itself being the primary obstacle. The pace of the game increases after every fifth point scored and the body of the snake increases by three blocks.The leaderboards of the game are maintained locally using a SQLite db.
- ~/pip install pyinstaller
- ~/pyinstaller --onefile -w main.py
- Place the application file (snakes.exe) from the dist folder along with the other dependancies.
- Ready to go!
