1                                    Amoebax
2                                    =======
3
4Description
5-----------
6
7    Amoebax is a free multi-platform match-3 puzzle game where the objective
8is to beat your opponent in a battle by filling their grid up to the top with
9garbage.
10
11    You can play as Kim or Tom against six cute creatures controlled by the
12amoebas or you can play up to four players in a tournament to check out who is
13the amoebas' master.
14
15
16Requirements
17------------
18
19    In order to build Amoebax from sources you will need to following
20libraries:
21
22        - SDL, version 1.2.11 or higher.
23        - SDL_image, version 1.2.5 or higher with support for PNG.
24        - SDL_mixer, version 1.2.7 or higher with support for Ogg Vorbis.
25
26    All these libraries can be found either at:
27
28                            http://www.libsdl.org/
29
30    or at Amoebax's download page:
31
32             http://www.emma-soft.com/games/amoebax/download.html
33
34
35Installation
36------------
37
38Please, read the instructions located in `INSTALL' or `manual.pdf' files.
39
40
41License
42-------
43
44    This software is licensed under the GNU General Public License (GPL).
45    The sound effects, music, and graphics are licensed under the Free Art
46License (LAL).
47    For more details about the licenses, please read `COPYING.GPL' and
48`COPYING.LAL' files.
49
50
51Contact
52-------
53
54    Amoebax's home page, where the most recent stable version is released, is
55located at:
56
57                    http://www.emma-soft.com/games/amoebax/
58
59    If you are a developer and want access to the latest source code, please
60take a look at our development page at:
61
62                      http://trac.emma-soft.com/amoebax/
63
64    If you want to reach us by e-mail, you can use the addresses found at the
65`AUTHORS' file.
66