/game

Online CLI game

Primary LanguageC

game

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.

Building

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.

Contributing

Generally we advise people make forks and pull requests, as it allows us to discuss changes before it's too late and means we don't have issues where two people have changed the same file and it becomes a pain to merge. Be sure to hop on IRC for the most up-to-date discussions.

Style

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.

TODO

  • All the things