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

https://github.com/pixcai/snake

An implementation of the game "Snake" in Racket.
https://github.com/pixcai/snake

Last synced: 8 months ago
JSON representation

An implementation of the game "Snake" in Racket.

Awesome Lists containing this project

README

          

# snake
An implementation of the game "Snake" in Racket.

# Control
key `w` or `up`: to top.

key `s` or `down`: to bottom.

key `a` or `left`: to left.

key `d` or `right`: to right.

key `enter`: pause or restart.

# License
GPL-3.0