A game made by members of nixers. The current plan is a "top-down RPG with a cyberpunk setting". We are writing it in C and SDL. We have a forum thread here, and regularly discuss development over at #game on irc.nixers.net.
- tmx, which depends on
- zlib
- jansson
- libxml2
- sdl2 (might as well get the whole suite)
To build the project, simply use
make
And run the binary
./game
The name of the binary is subject to change, and we'll add install/deinstall targets in the future, so keep an eye out.
Generally we advise people make forks and pull requests. It allows us to discuss changes before it's too late and means we won't have issues with conflicting commits. Be sure to hop on IRC for the most up-to-date discussions.
The prettify
script uses astyle to
automatically format the code, please use it. We will reject or at least ask
you to run astyle on any pull requests that are not formatted correctly.