blob: 1d2dde1210b6e74c8a26ac3092ad930d716a1687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Snake
Snake Game in Ada, This is an SDL version of [this](https://openclassrooms.com/fr/courses/900279-apprenez-a-programmer-avec-ada/2144821-tp-le-jeu-du-serpent) on Openclassrooms.
# Usage
`> gprbuild && ./main`
# Dependencies
I use the [sdlada bindings](https://github.com/Lucretia/sdlada).
Follow the install steps on the [README](https://github.com/Lucretia/sdlada#building).
The compiled library should go in ./vendor/sdlada/.
|