An open API service indexing awesome lists of open source software.

https://github.com/akuli/snake

My version of the classic snake game. It's not as boring as you think it is...
https://github.com/akuli/snake

Last synced: 7 months ago
JSON representation

My version of the classic snake game. It's not as boring as you think it is...

Awesome Lists containing this project

README

          

# Snake

This is a crazy snake game written in tkinter, kind of like [my ball and
paddle game](https://github.com/Akuli/ball-and-paddle). To run this
game, all you need is Python 3 with tkinter.