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

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty.  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 only software under a
GPL-compatible license is permitted to use it.

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.15 or later <http://stellarengine.nongnu.org>
- Six 1.4.0 or later <https://pypi.python.org/pypi/six>
- tmx 1.1 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.
