Snake
Re-create the old classic game Snake, similar to http://www.snakegame.net/digisnake.htm
You will need to use on screen buttons to control the snake.
The basics
control the direction of the snake
place random food
eat the food
end the game when the snake hits the edges of the canvas
App Inventor objects required:
Canvas
Animation Ball on the above canvas- size 10
Up, Left, Right, Down Buttons
Once you have the basics working, add the following:
keep a score
give points for the food consumed
bonus for speed
Harder aspects to implment
have the snake grow as it eats more food
if the snake bumps into itself, the game is over
keep a persistent high score --Hint: TinyDB