The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | <p>A sample game. Your objective: to land on the moon. |
Scott Main | 0468085 | 2009-08-24 15:27:00 -0700 | [diff] [blame] | 2 | It demonstrates: |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 3 | <ul> |
Scott Main | 0468085 | 2009-08-24 15:27:00 -0700 | [diff] [blame] | 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> |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 9 | </ul> |
| 10 | </p> |
| 11 | |
Scott Main | 50992e8 | 2009-08-29 13:08:18 -0700 | [diff] [blame] | 12 | <img alt="" src="../images/sample_lunarlander.png" > |