Lab8-MoleMash

This app will create a funny game which called MoleMash. we still play with Canvas, but we will add ImageSprite, which will make a moving image in Canvas, and this will make the MoleMash’s move.  Moreover, we will have some Label, which will show us the miss or hit. We can set up Label with Lable.text to. And we can test player’s hit or miss by if-else block, and the variable is touchedSprite. Additionally, we will set the time for MoleMash to move by call MoveMole in Clock.Timer. Finally, we can reset our score with reset button to set Label back to zero.