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