https://github.com/code-hex/snakegame
SnakeGame in C
https://github.com/code-hex/snakegame
Last synced: 5 months ago
JSON representation
SnakeGame in C
- Host: GitHub
- URL: https://github.com/code-hex/snakegame
- Owner: Code-Hex
- Created: 2015-07-25T07:12:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T10:29:51.000Z (about 9 years ago)
- Last Synced: 2025-03-30T13:11:09.756Z (9 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnakeGame
SnakeGame in C
[](http://gyazo.com/d94dd3ec4898422e5c014c4ae5f0716b)
##How to use
$ make
./snake
Exit with 'q'.
Move with cursor keys.