aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 77849816960efe1719f2106ddac140e997fbab44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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)