If you have time, you can add more levels and more distractions to your game. You could also change the sprite that is hiding and change the text on the chalkboard.
Play your game and see how quickly you can find the bugs.
Is there someone else who can try your game? How fast can they find the bugs? They will not know where you have hidden them, so it might take them a bit longer!
Is there anything that you want to change?
You could:
color effect
to camouflage the bug on each levelHere are the blocks that you will need to hide the bug on a new level:
For each level, you will need to:
when backdrop switches to
block for the new backdrop and add code to position and hide the bugTip: To drag the bug to a new hiding position, you will need to ‘break’ the code so that the backdrop does not switch when you click on the bug to position it for a new level.
You could add more parrots or choose another sprite to act as a distraction.
Here is the code that you used for the parrot:
Tip: You can drag the Parrot sprite’s code to another sprite to make it faster to create another distraction sprite.
You can view the completed project here.