Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzpi/cnake
A C implementation of Snake on the command line
https://github.com/jazzpi/cnake
Last synced: 24 days ago
JSON representation
A C implementation of Snake on the command line
- Host: GitHub
- URL: https://github.com/jazzpi/cnake
- Owner: jazzpi
- Created: 2018-12-28T23:45:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T02:23:26.000Z (about 6 years ago)
- Last Synced: 2024-11-03T12:28:55.054Z (2 months ago)
- Language: C
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cnake
Cnake is a simple implementation of Snake for the command line, in C.
To build and run, simply run
``` sh
make
./cnake
```