README.md
branchqmlfrontend
changeset 11408 b894922d58cc
parent 11374 89fd907ccdec
child 11520 4dd77731453b
equal deleted inserted replaced
11076:fcbdee9cdd74 11408:b894922d58cc
       
     1 Hedgewars - a turn based strategy game.
       
     2 =======================================
       
     3 
       
     4 [![Build Status](https://travis-ci.org/hedgewars/hw.svg)](https://travis-ci.org/hedgewars/hw)
       
     5 
       
     6 Copyright 2004-2015 Andrey Korotaev <unC0Rr@gmail.com> and others.
       
     7 See QTfrontend/res/html/about.html and CREDITS for a complete list of authors.
       
     8 
       
     9 Licence:
       
    10 --------
       
    11 Source code is distributed under the terms of the GNU General Public Licence
       
    12 version 2; images and sounds are distributed under the terms of the GNU Free
       
    13 Documentation Licence version 1.2. See the COPYING file for the full text of
       
    14 the licenses.
       
    15 
       
    16 Instructions:
       
    17 -------------
       
    18 See our wiki at: http://hedgewars.org/kb/BuildingHedgewars
       
    19 
       
    20 You can find an outline of the necessary dependencies in the INSTALL file.
       
    21 
       
    22 Source code:
       
    23 ------------
       
    24 Our main repository is located at http://hg.hedgewars.org/hedgewars/ using
       
    25 Mercurial as DVCS. A Git repository is also available (mirrored daily)
       
    26 at https://github.com/hedgewars/hw
       
    27 
       
    28 Contribute:
       
    29 -----------
       
    30 If you see a bug or have any suggestion please use the official bug tracker at
       
    31 http://code.google.com/p/hedgewars/issues/list or the integrated feedback
       
    32 button.
       
    33 
       
    34 If you want to help or get to know the sources better you can do that with some
       
    35 easy tasks from http://hedgewars.org/kb/TODO. We also have an
       
    36 extended API in LUA to customize your adventures in our wiki at
       
    37 http://hedgewars.org/kb/LuaAPI.
       
    38 
       
    39 If you know your way through the code feel free to send a patch or open a pull
       
    40 request. The best LUA scripts get released in the official DLC page and later
       
    41 integrated in the next version.
       
    42 
       
    43 Contact:
       
    44 --------
       
    45 * IRC channel     - irc://irc.freenode.net/hedgewars
       
    46 * community forum - http://www.hedgewars.org/forum
       
    47 * mailing list    - https://mail.gna.org/listinfo/hedgewars-dev
       
    48