Skip to content

jaeminld/SW_Project_Snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to play the game

▶️ To move the snake: use the arrow key.

To pause the game: use the escape key.


How to install the game

  1. Download the game using github system.
  2. 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:

https://www.python.org/downloads/

  1. 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

How to launch the game

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%