A snake game made with Pygame and Python3, still missing a lot of features.
Just fork the repository and make a pull request for one of the issues, or any other improvement you feel like doing!
-
Install python3 from https://www.python.org/download/releases/3.0/
-
Install pygame with the command(windows / linux command):
pip install pygame
orpip3 install pygame
-
Install git from https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
-
Open your terminal, clone the repository with
git clone https://github.com/douglas-cpp/snake.git
-
Cd to the project's folder:
cd snake
-
Run the game(windows / linux command:
python snake/main.py
/python3 snake/main.py