https://github.com/artskydj/snake
Classic snake clone, written in C
https://github.com/artskydj/snake
Last synced: 29 days ago
JSON representation
Classic snake clone, written in C
- Host: GitHub
- URL: https://github.com/artskydj/snake
- Owner: ArtskydJ
- Created: 2015-09-18T13:21:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T14:18:23.000Z (over 10 years ago)
- Last Synced: 2025-01-18T15:53:30.313Z (over 1 year ago)
- Language: C
- Size: 1.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# snake
> Classic snake clone, written in c



## How to compile
- Get MinGW
- Run this command:
```bash
gcc -std=c99 -o bin/Snake.exe Snake.c -lmingw32 -lSDLmain -lSDL -lSDL_ttf -mwindows
```
## Known issues
- Does not save high scores
- Does not pause
## License
[VOL](http://veryopenlicense.com)