Snake in C with SDL
contrib | ||
src | ||
CHANGE.md | ||
COPYING | ||
README.md |
Snake
Dependency
- sdl2 with OpenGL support
- sdl2_ttf
- sdl2_mixer with FLAC support (optional)
Build
cd src
make
With GPIO support:
make -DGPIO
With SOUND support:
make -DSOUND
Run
./snake
Installation
make install
To-do
- Leaderboard (SQLite)