Skip to content

nixers-projects/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.