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

..03-May-2022-

devcpp/H05-Mar-2005-541482

dist/H03-May-2022-

images/H03-May-2022-

maps/H03-May-2022-

savegame/H03-May-2022-

sounds/H03-May-2022-

src/H03-May-2022-7,2225,743

xcode/H03-May-2022-3,0732,980

.indent.proH A D05-Mar-200564 21

AUTHORSH A D05-Mar-200581 33

COPYINGH A D05-Mar-200517.6 KiB341281

ChangeLogH A D05-Mar-2005198 85

INSTALLH A D05-Mar-20057.6 KiB183143

Makefile.amH A D05-Mar-200515 31

Makefile.inH A D05-Mar-200511 KiB368292

READMEH A D05-Mar-20051.5 KiB7055

acinclude.m4H A D05-Mar-20055.9 KiB169156

aclocal.m4H A D05-Mar-200543 KiB1,1481,094

autogen.shH A D05-Mar-2005153 104

config.guessH A D05-Mar-200537.6 KiB1,3181,141

config.h.inH A D05-Mar-20051.3 KiB5435

config.subH A D05-Mar-200527.6 KiB1,4121,273

configureH A D05-Mar-2005107.3 KiB3,5902,964

configure.inH A D05-Mar-20055.7 KiB186145

install-shH A D05-Mar-20055.5 KiB252153

missingH A D05-Mar-20056.3 KiB199159

mkinstalldirsH A D05-Mar-2005722 4123

README

1-------------------------
2Abe's Amazing Adventure!!
3-------------------------
4
5Requirements:
6-------------------------
7-SDL library
8
9How to build it:
10-------------------------
11Linux:
12./autogen.sh
13./configure
14./make
15
16Windows (cross-compile on linux):
17./autogen.sh
18./cross-configure
19./cross-make clean all
20(You may need to: cp abe abe.exe)
21
22You need to install mingw's cross-compiler tools for this to work.
23See: http://www.mingw.org/mingwfaq.shtml#faq-cross
24
25How to run it:
26-------------------------
27./abe
28
29and in fullscreen mode:
30./abe -f
31
32on Windows:
33abe.exe
34
35Notes:
36-------------------------
37You can also run: ./abe --help to see some other options.
38Abe can in video modes between 320x200 to 800x600. It needs at least a 16bpp mode.
39You can do: ./abe -t to see what video modes will run faster in fullscreen mode.
40
41Controls:
42---------
43This is only a demo, so please excuse the rough edges.
44On the startup screen, hit "SPACE" to run the game, or "ENTER" to run the editor.
45In general the keys are:
46
47Game:
48arrow keys - move
49space - jump
50enter - use a balloon
51esc - quit
52
53Editor: (to enable the editor set Game.h/GOD_MODE to 1 and re-build)
54arrow keys - move
55home,end,pageup,pagedown - move around by pages
56enter - put down tile
571,2,3 - select layer
58del,backspace - clear tile
595,6 - cycle thru tiles
60L - load map
61S - save map
62esc - quit
63q,w - make a slide (q-top left, w-bottom right)
64q,e - make a rectangle
65
66If you have any comments, email me at cctorok@yahoo.com.
67
68Many thanks for sourceforge for hosting Abe!!. Look for more info at http://abe.sf.net.
69
70