diff options
author | yzrh <yzrh@noema.org> | 2020-10-10 17:16:14 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2020-10-10 17:37:53 +0000 |
commit | b9b74e88028f81e7b169a5e168102138e8c2c46c (patch) | |
tree | 2b8f9f8896db3a6871c56215acf71cb502fe7be4 /README.md | |
download | snake-sdl-b9b74e88028f81e7b169a5e168102138e8c2c46c.tar.gz snake-sdl-b9b74e88028f81e7b169a5e168102138e8c2c46c.tar.zst |
Initial commit.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..51ea1a3 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +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) |