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

..03-May-2022-

data/H03-May-2022-550482

m4/H02-Feb-2014-2,4322,316

msvc9/msvc9/Lander/H02-Feb-2014-3,0393,035

po/H03-May-2022-1,1731,006

src/H03-May-2022-8,5175,635

ABOUT-NLSH A D02-Feb-201491.6 KiB1,2831,244

COPYINGH A D02-Feb-201434.3 KiB675553

COPYRIGHT.soundsH A D02-Feb-201411.1 KiB10663

COPYRIGHT.veraH A D02-Feb-20145.8 KiB12597

ChangeLogH A D02-Feb-2014353 148

INSTALLH A D02-Feb-201415.4 KiB371289

Makefile.amH A D02-Feb-2014130 74

Makefile.inH A D02-Feb-201425.3 KiB822728

READMEH A D02-Feb-20141.6 KiB4832

aclocal.m4H A D02-Feb-2014100.5 KiB2,8722,594

compileH A D02-Feb-20147.2 KiB348258

config.guessH A D02-Feb-201444.2 KiB1,5591,352

config.h.inH A D02-Feb-20145.2 KiB184127

config.rpathH A D02-Feb-201418.3 KiB691594

config.subH A D02-Feb-201434.7 KiB1,7921,654

configureH A D03-May-2022399 KiB13,60211,421

configure.acH A D02-Feb-20141.5 KiB7055

depcompH A D02-Feb-201423 KiB792502

install-shH A D02-Feb-201413.7 KiB528351

missingH A D02-Feb-20146.7 KiB216143

README

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