Home | History | Annotate | Download | only in Snake
      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 
     10 <img alt="" src="../images/Snake.png" />
     11