Fast-pace game where you control a rainbow line
DricomDragon 296b8b5bd2 :copyright: License project under GPLv3 | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
src | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
logo.png | %!s(int64=3) %!d(string=hai) anos | |
makefile | %!s(int64=4) %!d(string=hai) anos |
Race a rainbow line and dodge rainbow blocs !
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
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
GNU GPLv3, see LICENSE.txt
.