Sunday, March 27, 2011

Lunar Lander

Lunar Lander is yet another sample game, which was extracted from the Android SDK. It showcases a simple 2D graphic implementation on this platform.

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...

You can download at: http://apk.cuaban.net/detail/8080/ Lunar-Lander .html

No comments:

Post a Comment