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

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

Awesome Lists containing this project

README

          

# snake

> Classic snake clone, written in c

![choose level](https://github.com/ArtskydJ/snake/blob/master/screenshots/choose-level.PNG)
![game play](https://github.com/ArtskydJ/snake/blob/master/screenshots/game-play.PNG)
![game over](https://github.com/ArtskydJ/snake/blob/master/screenshots/game-over.PNG)

## 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)