upload android base code part7
This commit is contained in:
parent
4e516ec6ed
commit
841ae54672
25229 changed files with 1709508 additions and 0 deletions
10
android/development/samples/Snake/_index.html
Normal file
10
android/development/samples/Snake/_index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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="../images/Snake.png" />
|
Loading…
Add table
Add a link
Reference in a new issue