Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.
/ linbound Public archive

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

License

Notifications You must be signed in to change notification settings

gbaudic/linbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.