Snake Eater
A snake game written in Python using the Pygame library.
Installing
Download the Python 3 installer package from the official website and install it, if not installed previously.
Run the following in the terminal to install the Pygame library
pip3 install pygame
Running the application
Download the source code from the repository and run the file just as any other Python script (.py) file.
python3 Snake\ Game.py
The difficulty
variable can be changed with the values provided in the comment to set the difficulty level.
The rest of the code is properly commented and self explanatory. Tweaks can be made to change the play style or visuals of the game.
Screenshots
Prerequisites
Authors
- Rajat Dipta Biswas - Initial work
See also the list of contributors who participated in this project.