Scott Main | 0468085 | 2009-08-24 15:27:00 -0700 | [diff] [blame] | 1 | <p>This is an implementation of the classic Game "Snake", in which you control a |
| 2 | serpent roaming around the garden looking for apples. Be careful, though, |
| 3 | because when you catch one, not only will you become longer, but you'll move |
| 4 | faster. Running into yourself or the walls will end the game..</p> |
| 5 | |
| 6 | <p>This code demonstrates how to create custom View layouts and |
| 7 | request draws to the screen. A great example of a basic game that does not |
| 8 | require a fast framerate.</p> |
| 9 | |
Scott Main | 50992e8 | 2009-08-29 13:08:18 -0700 | [diff] [blame] | 10 | <img alt="" src="../images/Snake.png" /> |