Skip to content

The project file contains python scripts (main.py, food.py, scoreboard.py, snake.py). Talking about the gameplay, it’s a single-player game, where the player (Snake) has to eat all the red dots in order to grow longer. The PC controls of this game are also simple. You have to use the arrow keys to move the snake from left to right, up and down.

Notifications You must be signed in to change notification settings

ayush22667/snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game from old Mobiles | Python

This is the famous snake game from old mobiles recreated in Python.

The Turtle Module was used for this game. Concepts of Object Oriented Programming (OOP) were also used.

About

The project file contains python scripts (main.py, food.py, scoreboard.py, snake.py). Talking about the gameplay, it’s a single-player game, where the player (Snake) has to eat all the red dots in order to grow longer. The PC controls of this game are also simple. You have to use the arrow keys to move the snake from left to right, up and down.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages