Description
The player controls a large fish that follows the mouse pointer. Two small fish swim around the sea, and a crab walks back and forth. When the large fish eats one of them, it disappears for a while and then reappears a few seconds later.
This game has no win or lose condition by default. You can implement your own ending, such as clearing the game after the player eats a certain number of fish.
Hints
Make the Fish Follow the Mouse Pointer
Look for a block in the Motion category that makes the sprite follow the mouse pointer.
Make the Two Fish and the Crab Disappear
Look for a block in the Looks category that hides or shows a sprite.
Make the Two Fish and the Crab Reappear at a Random Position
Look for a block in the Operators category that picks a random number. Then, use the random numbers as the x and y values in the go to x: () y: () block in the Motion category. The stage is 480 pixels wide and 360 pixels high.
Player

Two Small Fish

Crab
