Scratch Lab 10

Rabbit vs Wolves remix

Lab Overview

Here are the predator vs prey charts

RabbitsVsWolves
RabbitsVsWolves
RabbitsVsWolves
Calvrett's Gremlins

Lab Overview

I needed to create a game that had the following parameters: have the gremlin follow the mouse pointer, but stay at a given y location have a cloud bounce back and forth across the screen, have water fall from the cloud, when the water and gremlin collide the following should happen: the gremlin gets smaller, another gremlin bounces off and then disappears, the water drop disappears, If the player misses 10 water droplets the game is done.

My Solution

My game has Calvrett going back and forth by going the mouse's x position. The bowl then cloned itself fell and if it hit calv or the ground it disappeared. The cloud went back and forth using bounce. Calv cloned himself and bounced off himself by changing his x and y coordinates.