Click an Icon above to play a game.

Behold!

By Kriss.


The full source code and data is available here, I am not giving you a license to do anything with this including redistribute. I am just providing it "as is" for your personal perusal.

That said portions of the code base are under other public licenses and you can obviously do what the license allows with those.

So, given that you are not technically allowed to do anything with it why would you want it?

Mostly I would suggest personal education, there are not many cmake based projects available and this may help you work out how to manage your own. Same again for the lua integration, people are always asking how to use lua in game projects so here is an example.

It's also possible you could modify/fix bugs that are annoying you and offer patches back to me for integration into the main code base, unlikely but it could happen :)

At the moment the project builds under windows only, either with msys(gcc) or msvc(version 6 and later) thanks to cmake. I have always been keen on keeping the build process simple enough for even artists to setup and use so you do have a high chance of getting something that is easy to build. One day it will even start working on nixs/mac systems.