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)
index : snake-sdl | ||
Snake in C with SDL | yzrh@noema.org |
aboutsummaryrefslogtreecommitdiffstats |
cd src
make
With GPIO support:
make -DGPIO
With SOUND support:
make -DSOUND
./snake
make install