Small game inspired by logo ninja, to be played on a touch screen (but you will still be able to play with a mouse).
Install some libs:
You will also need a C compiler and make.
If you are using Linux, it should be something like:
$ apt-get install build-essential make libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
To compile it, type:
$ make
And the binary proprietary_ninja
should appear.
(It is very worth your bandwith, if you were wondering)
No license has been choosen yet, pick whatever open source license suits you best.