Skip to content

embeddedsystemsjimbo/Snake_game_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake_game

Screen Shot 2022-07-07 at 6 52 23 PM

This Snake game was created using Python and the "Turtle Graphics" library to demonstrate and practice OOP programming concepts.

This version of the Snake game is based on the mobile version of Snake introduced by Nokia on mobile phones in the late 90s. However, the "Snake game" genre dates back to the 70s, when the game concept was first introduced on the arcade game "Blockade".

The goal of the game is to eat the randomly generated blue food dot without touching yourself or going outside game boundaries. The score is shown at the top of the screen.

To play, up movement is the "arrow up" key, left movement is the "arrow left" key, right movement is the "arrow right" key and down movement is the "arrow down" key.

To run the game, execute " Python3 snake_game.py" from terminal.

For more information on Snake, see the wiki at the link below:

https://en.wikipedia.org/wiki/Snake_(video_game_genre)

About

Snake game created using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages