1                LUNAR LANDER
2         www.doof.me.uk/lunar-lander
3
4Developed by Nick Gasson <nick@nickg.me.uk>.
5
6This code is distributed under the GNU General Public license. See the file
7COPYING for more details.
8
9==============================================================================
10
11                KEYS
12
13Left arrow   - Turn left
14Right arrow  - Turn right
15Up arrow     - Thrust
16P            - Pause
17PrintScreen  - Take a screenshot
18Esc          - Quit / exit to menu
19Enter        - Select option
20
21You can also use a joystick, if you have one.
22
23==============================================================================
24
25                INSTALLATION
26
27See the file for INSTALL for Unix installation instructions.
28
29There is an (out-of-date) XCode project in Lander.xcodeproj. This may need some
30work before it will build. On the other hand, the instructions in INSTALL should
31work on OS X, and since you have the source code already... ;-)
32
33Windows users should probably download the pre-built binary. If you want to
34compile it yourself there is a Visual Studio 2003 project in
35msvc/Lander. You'll need the development versions of FreeType, SDL, SDL_Mixer,
36and SDL_Image.
37
38==============================================================================
39
40                BUGS
41
42On Windows after changing the resolution or toggling full-screen mode all images
43appear as white boxes. The workaround is to restart the program.
44
45On Ubuntu there is a problem with SDL Mixer that will cause high audio latency.
46Apparently this is a problem with Pulse Audio.  ** UPDATE ** In version 0.5.1 this
47should be largely mitigated. Please let me know if you have further problems.
48