Skip to content

TiPSYDiPSY/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Self made copy of retro game snake

Description

This project was made for gaining experience in python and developing game for fun using only standart library.

Usage

screen.onkey(fun=snake.up, key="Up")       #MoveUp
screen.onkey(fun=snake.down, key="Down")   #MoveDown
screen.onkey(fun=snake.left, key="Left")   #MoveLeft
screen.onkey(fun=snake.right, key="Right") #MoveRight

Visual

image

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages