381 B
381 B
Snake
Dependency
- sdl2 with OpenGL support
- sdl2_ttf
- sdl2_mixer with FLAC support (optional)
Build
Download contrib resources and extract to contrib/
cd src
make
With GPIO support:
make -DGPIO
With SOUND support:
make -DSOUND
Run
./snake
Installation
make install
To-do
- Leaderboard (SQLite)