Files
android_development/samples/Snake/_index.html
Scott Main 04680858a0 docs only.
Add new web pages for sample apps included in the SDK.
Revise the existing sample app web pages.
Delete screenshots for notepad and lunar lander (these have
moved into frameworks/base/docs/html/guide/samples/image/.
2009-08-24 15:27:00 -07:00

11 lines
523 B
HTML

<p>This is an implementation of the classic Game "Snake", in which you control a
serpent roaming around the garden looking for apples. Be careful, though,
because when you catch one, not only will you become longer, but you'll move
faster. Running into yourself or the walls will end the game..</p>
<p>This code demonstrates how to create custom View layouts and
request draws to the screen. A great example of a basic game that does not
require a fast framerate.</p>
<img alt="" src="/guide/samples/images/Snake.png" />