Skip to content

An old-school game made with Python's turtle module. Compatible with Windows OS.

Notifications You must be signed in to change notification settings

AnhQuoc533/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNAKE GAME

An old-school game made with Python's turtle module.

  • Use arrow keys to navigate the snake and collect food.
  • Avoid hitting the green border and the snake itself. Otherwise, you will lose.
  • W S A D keys can be used as alternative keys to move the snake. No case-sensitivity.
    • W for going up.
    • S for going down.
    • A for turning right.
    • D for turning left.
  • Press Space to pause the game, and to continue, press that key again.
  • After the game is over, press Enter if you wish to restart the game and play one more round.
  • The speed of the snake will increase every 10 items collected by it, be patient.

Download the game here.

Any bug occurs during your experience, please report in Issues tab.