blob: c2800ebd64355df94463831971953e829c1e4380 [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001<p>A sample game. Your objective: to land on the moon.
Scott Main04680852009-08-24 15:27:00 -07002It demonstrates:
The Android Open Source Project52d4c302009-03-03 19:29:09 -08003<ul>
Scott Main04680852009-08-24 15:27:00 -07004<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>
The Android Open Source Project52d4c302009-03-03 19:29:09 -08009</ul>
10</p>
11
Scott Main50992e82009-08-29 13:08:18 -070012<img alt="" src="../images/sample_lunarlander.png" >