Skip to content

francisco-correa/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

🐍Snake Game🐍

How to use this repository?

  • install python - this version v3.9.2
  • git clone https://github.com/francisco-correa/snake-game.git
  • remember import these modules turtle, random and time

How to run the game?

  • Run python in the snake.py file

Game Instructions

  • Use your keyboard: 🔼, 🔽, ▶️ and ◀️
  • You have to eat as much fruits 🔴 as you can
  • Each fruit give you +1 point

Lose conditions

  • Crashing your snake's head against your body
  • Crashing into the walls or boundaries of the screen

Game preview

snake-game

Releases

No releases published

Packages

No packages published

Languages