/chaotic-rage

An unusual zombie shooter game for Windows, Linux and Android

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Chaotic Rage

Chaotic Rage is a crazy top-view shooter. You can destroy everything with the many weapons, turrets and vehicles. Choose from multiple characters with unique skills and abilities.

See also: http://chaoticrage.com

Making Modifications

The game is designed with extensability in mind. All of game data is abstracted into data modules, and multiple mods can be loaded at once.

The mods contain the definitions for everything in the game, as well as 3D models, sounds, songs, etc. The game also uses the scripting language Lua, which provides logic for AIs, as well as managed game types.

You can read the official modding documentation at: http://chaoticrage.com/modding_docs

Contributing

All contributions (even documentation) are welcome :) Open a pull request and I would be happy to merge them.

If you've got ideas, code or content, but don't know where to start, email me at help@chaoticrage.com.

You can read the technical documentation at: http://chaoticrage.com/dev_docs

Build Status

Builds are tested on Travis CI

Build Status