Skip to content

Project to create a retro snake game and learn the backend processing, OOPs and data structure usage.

Notifications You must be signed in to change notification settings

Akash-Rathor/Snake_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Snake_game

run in debug mode to play. put break point on last line in main.py file.

to move right write

player1.right

to move left write

player1.left

to move up write

player1.up

to move down write

player1.down

About

Project to create a retro snake game and learn the backend processing, OOPs and data structure usage.

Topics

Resources

Stars

Watchers

Forks

Languages