Copyright (C) 2014, 2015 Julian Marchant <onpon4@riseup.net>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.

========================================================================

xSGE is a collection of extra modules for the SGE Game Engine.

xSGE is under the GNU General Public License, so software using it can
only be distributed under a GPL-compatible license.

INSTALLATION

First, install the dependencies:

- Python 2 (2.7 or later) or 3 (3.1 or later) <http://www.python.org>
- SGE Game Engine 0.16 <http://stellarengine.nongnu.org>
- Six 1.4.0 or later <https://pypi.python.org/pypi/six>
- tmx 1.2.2 or later <https://savannah.nongnu.org/projects/python-tmx>

Once you have all the dependencies, install xSGE with the included
setup.py script, e.g.:

    python setup.py install

USAGE

The documentation for xSGE can be found in the "doc" folder.
