Fast-pace game where you control a rainbow line

DricomDragon 296b8b5bd2 :copyright: License project under GPLv3 2 years ago
src bd8a787eec Set 1 player mode 3 years ago
.gitignore 7754ad2089 Add make target to distribute executable 3 years ago
LICENSE.txt 296b8b5bd2 :copyright: License project under GPLv3 2 years ago
README.md 296b8b5bd2 :copyright: License project under GPLv3 2 years ago
logo.png 127fed7a6b :art: Add logo 2 years ago
makefile 11320c5f4a Fix distclean target 3 years ago

README.md

Rainbow Dodge

Race a rainbow line and dodge rainbow blocs !

Rainbow Doge logo

Build

You need make and SDL1 to build this project.

Example on Ubuntu :

$ sudo apt install make g++ libsdl1.2-dev libsdl-gfx1.2-dev
$ make

To execute :

$ 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 :

sudo apt install libsdl1.2debian libsdl-gfx1.2-5

License

GNU GPLv3, see LICENSE.txt.