A snake game written in Python using the Pygame library.
Download python from the official website and install it, if not installed previously.
Run the following in the terminal to install the Pygame package.
pip install pygame
Download the source code from the repository and run the file just as any other Python script (.py) file.
python start.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.