This file has been dedicated to the public domain, to the extent
possible under applicable law, via CC0. See
http://creativecommons.org/publicdomain/zero/1.0/ for more
information. This file is offered as-is, without any warranty.

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

xSGE is a collection of extensions for the SGE licensed under the GNU
General Public License.  They are designed to give additional features
to free/libre software games which aren't necessary, but are nice to
have.

xSGE extensions are not dependent on any particular SGE implementation.
They should work with any implementation that follows the specification.

This extension provides particle effects for the SGE.

INSTALLATION

First, install the dependencies:

- Python <http://www.python.org>
- SGE Game Engine <http://stellarengine.nongnu.org>
- Six <https://pypi.python.org/pypi/six>

Once you have all the dependencies, install this package with the
included setup.py script, e.g. with "python setup.py install".

Alternatively, you can just place the "xsge_particle" folder into the
same directory as the Python program that uses it. This can be a good
idea for the distribution of a game, since it reduces the number of
dependencies the user needs to install.

USAGE

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