December 19, 2008

Abe's Amazing Adventure is a scrolling, platform-jumping, key-collecting, ancient pyramid

Abe's Amazing Adventure is a scrolling, platform-jumping, key-collecting, ancient pyramid exploring game, written vaguely in the style of similar games for the Commodore Plus/4.

System Requirements:
The SDL and SDL_mixer libraries. The game will compile and run on Linux, Windows, MacOS X and the BeOS.
Running Abe

Contro Corrente gif728x90
You can run it by typing ./abe or abe.exe on Windows.
To run in windowed mode, do: ./abe --window ./abe -? will give you the less often used features.

Controls
Keyboard controls:
Game:
arrow keys - move
space - jump
enter - use a balloon
esc - quit
r - repaint screen
b - take a screenshot
(when Game.h::GOD_MODE is set)
g - toggle god mode

Editor:
(set Game.h::GOD_MODE=1)
arrow keys - move
move around by pages:
home,end,
pageup,pagedow
enter - put down tile
1,2,3 - select layer
del,backspace - clear tile
5,6,7 - cycle thru tiles
L - load map
S - save map
I - icon selector
esc - quit
rectangle selections:
(q - upper left, w - lower right)
q,w - to make a ladder
q,e - to fill a rectangle

Mouse control in editor:
left click - put down tile
middle click - clear tile
right click - icon selector

Building the Source
To compile on linux get the source, untar it and:
./autogen.sh
./configure
make

800 Image_Holiday


You can also cross-compile to windows by:
./autogen.sh
./cross-configure
./cross-make
For more info on cross-compilation, look here.

Related Post



Linux Links

    160x600     step



No comments:

Post a Comment