osso73 / classic_games

A series of classic games in Kivy
MIT License
3 stars 1 forks source link

Add walls on the screen #38

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Have walls surrounding the screen, just to be more clear where the limits are (right now, it is uncler in the top & right borders, as they might not be a full tile).

Walls can have holes too, that the snake can traverse and come out at the oposite border.

Eventually, this means create a smaller screen, and have better control of the size.

osso73 commented 3 years ago

Walls added around the screen, with some holes on each side.