Files
rk35xx-android14/development/samples/Snake/_index.html
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

11 lines
511 B
HTML

<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" />