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