The demo uses GitHub Desktop.
First create your own fork!
Next clone the repository!
Create your branch
- put your name in the file README.md
Staging
Committing
Pushing
A.k.a. how to update your main branch the proper way.
First you enter the menu
Then you create your pull request!
solve the merge conflict
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
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.