lander/readme.txt
David Handy
http://www.handysoftware.com/cpif/

Lunar Lander

This is the classic game where you control a spacecraft landing on the surface
of the moon. This game is a "case study" for a personal computer programming
project in the book "Computer Programming is Fun!"

The game starts with your lander positioned above the moon's surface. You have
a limited amount of fuel. You must use your rackets to position the lander
over the landing site and to slow your descent so you land gently.

The down arrow key fires the rocket facing down (slowing your descent), the
right arrow key fires the rocket on the right (moving you to the left), and
the left arrow fires the rocket on the left (moving you to the right).

Press the R key to restart the game. Press the Esc key to quit the game.

To start the game, change to the lander directory, and run
    python lander.py

end-of-file
