12 lines
376 B
HTML
12 lines
376 B
HTML
<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" > |