Skip to content

This is to clear how to build logic and steps to build any game using any language. Here python is used

Notifications You must be signed in to change notification settings

yashika0998/snake-game-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

snake-game-python

  1. This is to learn the graphic library of python i.e. turtle .

  2. This game is having same features as that played in original game sucha as :

    • Snake body increases by eating food each time.

    • Snake is not allowed to touch boundaries.

    • Snake cannot touch itself as it goes longer.

    • Score is increased by 10 points on each gulp of food .

  3. Features of high score and score is there.

  4. On restart of game score is back to 0 .

  5. I kept the colour of snake, food, baground color of my choice that could be change by anyone .

About

This is to clear how to build logic and steps to build any game using any language. Here python is used

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages