Snake in C with SDL
Find a file
2021-01-01 21:26:20 +00:00
contrib Merge contrib. 2020-12-26 00:53:48 +00:00
src The year is 2021. 2021-01-01 21:26:20 +00:00
CHANGE.md Rename binary. 2020-12-30 22:12:33 +00:00
COPYING Initial commit. 2020-10-10 17:37:53 +00:00
README.md Merge contrib. 2020-12-26 00:53:48 +00:00

Snake

Dependency

  1. sdl2 with OpenGL support
  2. sdl2_ttf
  3. 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)