development of c-dogs sdl

Source Code

C-Dogs SDL is Open Source, and licenced under the GNU GPL. The source code is viewable online, at cdogs-sdl on github. The data files are also available, at cdogs-sdl-data on github.

Getting the development sources

By far the easiest way is to get a GitHub account, visit C-Dogs on GitHub, then click on “fork”. Then you will need to checkout your fork onto your own computer, and hack away!

Alternatively, you can do this:

$ git clone git://github.com/lmartinking/cdogs-sdl.git

Or you can just grab the tarball of the master, if you’re old school.

Hacking C-Dogs

You are very much welcome (and encouraged) to use Git and “fork” C-Dogs, and I will be very happy to pull your changes. Otherwise, you can send in patches, or even just a bug report!

Back