summaryrefslogtreecommitdiffstats
path: root/samples/LunarLander/_index.html
blob: 02daeef0320cff537b2ff76405fe17852e737935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<p>A sample game.  Your objective: to land on the moon.
It demonstrates...
<ul> 
<li>loading and drawing resources
<li>taking keystrokes
<li>animating by calling invalidate() from draw()
<li>handling onPause() in an animation
<li>and many other goodies...
</ul>
</p>

<img height="220px" width="320px" alt="Lunar Lander Example" class="gallery"  src="sample_lunarlander.png" >