Skip to content

arorachetan23/snake_game_python_using_turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

snake_game_python_using_turtle

When getting bored -> code.

A simple snake game on python using turtle module. Turtle module was oroginally developed to teach kids to code but it can be used to display graphics and make some easy games.

In this game there are three major components namely snake head, snake body and food. Whenever the snake head touches the food(less than a distance of 20- since every object is turtle has size 10*10), a segment is been added to the snake's head.

The snake die whenever it touches the wall or it self.

It also has score and a high-score for the user.

screenshot1

screenshot2

Reference : Christian Thompson https://youtu.be/BP7KMlbvtOo

About

A simple snake game on python using turtle module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages