A Snake game made in python using pygame.
The code is clean and can be easily edited
The game has beautiful graphics compared to other snake games
This game is entirely made in python
using the pygame
module, thus it is required for the user to have python and the pygame
module installed in your computer.
You can install python here
After installing python
, make sure to install pygame
by entering the following command in the cmd/terminal
pip install pygame
STEP 1 - Make sure you install all the dependencies before continuing
STEP 2 - Check if your python and pip is up to date
STEP 3 - Download the Source Code or Latest release
STEP 4(Release) - Unzip the files and run the exe file given and you are good to go :)
STEP 4(Source Code) - Unzip the source code files and you can use the code for personal use
Hope this project is useful for you python game dev's out there :)