⏸ To pause the game: use the escape key.
- Download the game using github system.
- To play our game, you need to have python3 install on your computer. The installation depends on your operating system. Here is a link where you can find the latest version of python3 for your computer:
- Then, you need to install pygame (https://www.pygame.org/wiki/GettingStarted) To install pygame, you can enter the following command in your console:
python3 -m pip install -U pygame --user
You need to enter the following line in your console:
python3 main_snake.py your_name
If you don’t provide a name, the name “Player” will be used.