LunarLander - Lunar Lander

A sample game. Your objective: to land on the moon. It demonstrates:

  • Loading and drawing resources
  • Taking keystrokes
  • Animating by calling invalidate() from draw()
  • Handling onPause() in an animation
  • And more...

You can find the source code for this sample in your SDK at:

<sdk>/platforms/android-<version>/samples/