You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
511 B
11 lines
511 B
<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" />
|