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