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.
- Host: GitHub
- URL: https://github.com/pixcai/snake
- Owner: pixcai
- License: gpl-3.0
- Created: 2016-10-04T07:31:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T16:33:55.000Z (about 9 years ago)
- Last Synced: 2024-12-28T06:09:16.069Z (10 months ago)
- Language: Racket
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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