Ox18 / linbound

A turn-based multiplayer shooting game in the style of Worms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinBound

Build Status

LinBound aims to be an open-source clone of the game GunBound, a multiplayer turn-based arcade game with a gameplay very close to Worms, Hedgewars or WarMUX. It is primarily targeted to Linux but it aims to be as cross-platform as possible.

Documentation

Please see the wiki for more information about the goals of this project, implementation details and roadmaps. Many of these can date back to 2012 or earlier, so be careful.

Dependencies

Linbound uses SDL2, SDL2_image, SDL2_ttf, SDL2_mixer, SDL2_net and SDL2_gfx. It also relies on TinyXML2 for XML processing. GUI subsystem will be handled by guisan (https://github.com/gbaudic/guisan).

Credits

Unless otherwise stated, the code is covered by the Mozilla Public License.
The SDL2 libraries and TinyXML2 use a zlib license. Guisan is under a BSD license.

About

A turn-based multiplayer shooting game in the style of Worms

License:Mozilla Public License 2.0


Languages

Language:C++ 34.2%Language:M4 25.8%Language:Makefile 21.2%Language:Shell 17.7%Language:Inno Setup 0.5%Language:CMake 0.4%Language:sed 0.1%