40 lines
329 B
Markdown
40 lines
329 B
Markdown
|
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)
|