blob: 18b3a2843894e1e484b0a39036c091b801077f41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Snake
Snake Game in Ada, This is SDL version of a TP on [openclassrooms](https://openclassrooms.com/fr/courses/900279-apprenez-a-programmer-avec-ada/2144821-tp-le-jeu-du-serpent).
# 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/.
|