Skip to content

This is my first project with Python Turtle Graphics: a snake game.

Notifications You must be signed in to change notification settings

Haswanthssch/Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

This is my first project with Python Turtle Graphics: a snake game.

Use the following keys to control the snake:

  • W: Up
  • S: Down
  • A: Left
  • D: Right
  • The Snake size increases when it consumes the food. THe food gets another coordinate immediately after the snake consumption.
  • The game ends only when the snake hits any of the walls.

About

This is my first project with Python Turtle Graphics: a snake game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages