• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autopackage/H02-Aug-2008-285220

data/H03-May-2022-3,2902,742

doc/H03-May-2022-2,5822,149

m4/H02-Aug-2008-1,1981,060

src/H03-May-2022-25,57516,073

AUTHORSH A D07-Aug-2007361 126

COPYING.GPLH A D10-Dec-200617.6 KiB341281

COPYING.LALH A D10-Dec-20069.8 KiB222160

INSTALLH A D05-Aug-20079.3 KiB237179

Makefile.amH A D16-Aug-20072.1 KiB5141

Makefile.inH A D02-Aug-200816.2 KiB482396

NEWSH A D16-Aug-20072.3 KiB6454

READMEH A D16-Aug-20071.7 KiB6641

README.GP2XH A D16-Aug-20072.7 KiB8860

THANKSH A D25-Jun-2008727 1714

TODOH A D08-Aug-2007109 43

aclocal.m4H A D02-Aug-200870.5 KiB1,8341,611

config.guessH A D16-Sep-200638.8 KiB1,3551,168

config.h.inH A D02-Aug-20081 KiB4429

config.subH A D16-Sep-200628.8 KiB1,4611,320

configureH A D03-May-2022170.6 KiB5,6384,642

configure.acH A D15-Aug-20073.4 KiB118108

depcompH A D16-Sep-200611.8 KiB424278

install-shH A D16-Sep-20065.4 KiB252153

missingH A D16-Sep-200610 KiB337263

mkinstalldirsH A D16-Sep-20061.8 KiB10072

README

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

README.GP2X

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
16Installation
17------------
18
19    Copy the `Amoebax' directory to your SD card. To start the program, locate
20and execute a binary file called `amoebax.gpe' inside the `Amoebax' directory.
21
22
23How To Play
24-----------
25
26    To move in the menu screen use the stick direction or R and L keys.
27    To select a menu option use the stick click or B button.
28
29    In game, use the stick direction to move the falling pair.
30    Use B or R button to rotate the falling pair clockwise.
31    Use A or L button to rotate the falling pair anti-clockwise.
32    Use the Start or X button to pause the game.
33
34    When entering your name in the high scores, use stick up and stick down to
35select a character.
36    Use the stick right or B button to confirm the character and add a new new.
37    Use the stick left or X button to delete the previously entered character.
38    Use the Start button to finish entering the name.
39
40
41Two Players Mode
42----------------
43
44    While playing two players on the same console (only available in
45“Tournament”) the game controls change to accommodate the two players' controls:
46
47    Left player uses:
48        Stick right or stick click to rotate clockwise.
49        Stick left to move the pair down.
50        Stick up to move the pair left.
51        Stick down to move the pair right.
52
53    Right player uses:
54        Button A to rotate clockwise.
55        Button B to move the pair down.
56        Button X to move the pair left.
57        Button Y to move the pair right.
58
59    The Start button is still used to pause the game or to continue with
60the tournament when the match is over.
61
62
63License
64-------
65
66    This software is licensed under the GNU General Public License (GPL).
67    The sound effects, music, and graphics are licensed under the Free Art
68License (LAL).
69    For more details about the licenses, please read `COPYING.GPL' and
70`COPYING.LAL' files.
71
72
73Contact
74-------
75
76    Amoebax's home page, where the most recent stable version is released, is
77located at:
78
79                    http://www.emma-soft.com/games/amoebax/
80
81    If you are a developer and want access to the latest source code, please
82take a look at our development page at:
83
84                      http://trac.emma-soft.com/amoebax/
85
86    If you want to reach us by e-mail, you can use the addresses found at the
87`AUTHORS' file.
88