Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 593 Bytes

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