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