]> git.jsancho.org Git - lugaru.git/blob - README.md
CI: Disable AppVeyor
[lugaru.git] / README.md
1 # Lugaru HD
2
3 [![build status](https://gitlab.com/osslugaru/lugaru/badges/master/build.svg)](https://gitlab.com/osslugaru/lugaru/commits/master)
4
5 This repository holds the official development effort of the open source game
6 Lugaru (and in particular of its HD version) for Linux, Mac OSX and Windows.
7
8 Developments from various forks have been integrated in the same code base in
9 an attempt to get a unified game to further develop (e.g. with new features,
10 new target platforms and new campaigns) and distribute.
11
12 This is the same game as the one distributed by Wolfire Games on
13 [Lugaru HD's website](http://www.wolfire.com/lugaru), though this repository
14 contains some further developments which are not (yet) featured in the
15 commercial version.
16
17 ## Project links
18
19 This project is community-driven and uses the following communication channels:
20 - GitLab repository (including issues): https://gitlab.com/osslugaru/lugaru
21 - Mailing list: http://icculus.org/mailman/listinfo/lugaru
22 - IRC channel: [#lugaru on Freenode](http://webchat.freenode.net/?channels=lugaru)
23
24 ## The game
25
26 Lugaru (pronounced Loo-GAH-roo) is a cross-platform third-person action game.
27 The main character, Turner, is an anthropomorphic rebel bunny rabbit with
28 impressive combat skills. In his quest to find those responsible for
29 slaughtering his village, he uncovers a far-reaching conspiracy involving the
30 corrupt leaders of the rabbit republic and the starving wolves from a nearby
31 den. Turner takes it upon himself to fight against their plot and save his
32 fellow rabbits from slavery.
33
34 ## History
35
36 Lugaru was originally developed by David Rosen of [Wolfire Games](http://www.wolfire.com)
37 and was [open sourced in 2010](http://blog.wolfire.com/2010/05/Lugaru-goes-open-source).
38 It was made cross-platform with the help of [Ryan C. Gordon](http://icculus.org).
39
40 Various forks were made at that time, and the most interesting developments
41 were put back together under the OSS Lugaru organization, originally on
42 [Google Code](https://code.google.com/p/lugaru) and then on
43 [Bitbucket](https://bitbucket.org/osslugaru/lugaru).
44
45 This new repository on [GitLab](https://gitlab.com/osslugaru/lugaru) is run
46 by the same team, and aims at revitalizing the development effort to clean
47 things up, ensuring the code base builds and runs fine on all supported
48 platforms, and easing the packaging of Lugaru in Linux distributions.
49
50 Ideally, the updated code base could also be used to update the Lugaru HD
51 version sold by Wolfire Games once proven better than the current commercial
52 builds.
53
54 ## Compiling
55
56 See the `COMPILING.txt` for compilation instructions on all supported
57 platforms.
58
59 ## Licensing
60
61 The source code is distributed under the GNU General Public License version 2
62 or (at your option) any later version (GPLv2+).
63
64 The assets (campaigns, graphical and audio assets, etc.) are distributed
65 under various licenses (CC-BY-SA 3.0 and Freeware) as described in the
66 `CONTENT-LICENSE.txt` file.
67
68 The third party dependencies of the `Dependencies` folder are distributed
69 under their respective licenses.