Raghav Jajodia
Raghav Jajodia
Bonus food items randomly appears between the game and provides bonus points if eaten by snake.
We can use ScreenToGIF or Ice-Cream Screen Recorder to record a GIF of the Game
Currently, the game only has one world. We can create more worlds/screens/levels with blocks/obstacles are present in different structures
Add venv folder in `.gitignore` and add instructions to create a virtualenv in the Readme.md
Improve the readme.md file by adding details. Take reference from other popular Open Source projects to get an idea of what can be added.
In case the user creates a new high score, He should be able to save his score.
The entire codebase lies in a single file `Snakes.py`. Split them into multiple files for better readibilty. Also put the image in separate assets folder.
The settings panel will allow user to alter the speed of the snake. More preferences can be added later.