All Projects → nixers-projects → game

nixers-projects / game

Licence: other
A game made by members of nixers.net.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
shell
77523 projects

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.

Dependencies

  • tmx, which depends on
    • zlib
    • jansson
    • libxml2
  • sdl2 (might as well get the whole suite)

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. 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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].