# 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/.