Scan or click on the barcode to download the app!
Currently, the frog and aphid keep moving after the game has ended. Prevent this by setting their Enabled properties to false in GameOver and true in RestartButton.Click.
Technically, the ladybug should disappear when it is eaten by the frog. Change the game so that the ladybug becomes invisible if eaten by the frog but not if it starves to death.
Replace the ladybug, aphid, and frog pictures with ones more to your taste.
Add ambiance with a background image and more sound effects, like a warning when the ladybug’s energy level becomes low.
Display a score indicating how long the ladybug has remained alive. You can do this by creating a label that you increment in Clock1.Timer.
The LadybugChase app showcases the use of the sensors provided by your device, primarily the gyroscope. shows three ImageSprites, a ladybug an aphid and a frog, in random positions.
the user must guide the ladybug to the aphid by tilting the mobile device.
the user must avoid the frog at all costs. if the frog eats the ladybug, a sound should signal the end of the game.
eating the aphid will increase the ladybug's energy level by a certain amount.
the ladybug's energy level will constantly diminish until zero, when the game will be over.
the frog is in constant pursuit of the ladybug.
You can see a description and a walk-through of the app here
You can download the app source from here