View Full Version : Lunar Lander



HOUSE M.D
23rd February 2009, 05:53
Lunar Lander
[Only registered and activated users can see links]
Description
This is yet another sample game, which was extracted from the Android's SDK. It showcases a simple 2D graphic implementation on this platform.

Lunar Lander is an arcade game, where the player must correctly land a lunar module exactly on the green landing pad, located on the surface of the moon. The moon's gravitation field pulls the module down. Use the engine to resist hard landing but remember that the lunar module has a limited amount of fuel.

For the developers, this simple application demonstrates how to:

load and draw resources
take keystrokes
animate by calling invalidate() from draw()
handle onPause() in an animation
and more...