To run the game, you need to install libsdl2, libsdl2-images, libsdl2-mixer.

To build the game, you need to install libsdl2-dev, libsdl2-images-dev, libsdl2-mixer-dev and to use the command 'make'.

For Ubuntu :

sudo apt-get install libsdl2*
make
