# Rainbow Dodge Race a rainbow line and dodge rainbow blocs ! ![Rainbow Doge logo](logo.png) ## Build You need `make` and `SDL1` to build this project. Example on Ubuntu : ```sh $ sudo apt install make g++ libsdl1.2-dev libsdl-gfx1.2-dev $ make ``` To execute : ```sh $ make exec ``` ## Distribute You can compile distributable binaries by invoking `make dist`. This target create the folder `dist` when you'll find various archives to distribute. For Linux clients, these dynamic libraries are required : _SDL 1.2_ and _SDL GFX 1.2_. To install them on Ubuntu/Debian : ```sh sudo apt install libsdl1.2debian libsdl-gfx1.2-5 ``` ## License GNU GPLv3, see `LICENSE.txt`.