Home | History | Annotate | Download | only in LunarLander
      1 <p>A sample game.  Your objective: to land on the moon.
      2 It demonstrates:
      3 <ul> 
      4 <li>Loading and drawing resources</li>
      5 <li>Taking keystrokes</li>
      6 <li>Animating by calling invalidate() from draw()</li>
      7 <li>Handling onPause() in an animation</li>
      8 <li>And more...</li>
      9 </ul>
     10 </p>
     11 
     12 <img alt=""  src="../images/sample_lunarlander.png" >