xref: /aosp_15_r20/development/samples/LunarLander/_index.html (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<p>A sample game.  Your objective: to land on the moon.
2It 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" >