Create a virtual pet, character, or nature simulation that the user can interact with to help it. Your game will need to meet the project brief.
You will:
variables
, broadcast
, and if
blocks, with the skills you have already learnt, to allow a user to meet the needs of a characterInteract with Cricket the bat. What happens if you click on the food or water sprites? How can you tell if the bat is hungry or thirsty?
Bat simulator: See inside
You need to create a virtual pet, plant, or other simulation that the user can interact with to meet its needs. You will use variables to keep track of how your main sprite is doing. It might be happy, bored, thirsty, or sleepy.
Your simulation should:
variable
to keep track of what the main sprite needsif
blocks to control when things happenbroadcast
blocks to communicate between other sprites and the main spriteYour simulation could:
Think about what you will choose as a main sprite. It could be a pet that the user cares for, a person that the user helps make good decisions, a plant or crop that the user helps to grow, or a nature or fantasy object that the user needs to create the right conditions for.
Make a rainbow: See inside
Watermelon farmer: See inside
Music machine: See inside