snake-sdl/README.md
2020-10-10 17:37:53 +00:00

381 B

Snake

Dependency

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