-
Notifications
You must be signed in to change notification settings - Fork 2
Crab Game
Derek Peacock edited this page Nov 27, 2022
·
7 revisions
- Student Name 1
- Student Name 2
In this game the crab is moved around by the player in order to eat as all the worms whilst at the same time avoiding being eaten by the lobster.
- The user can move the crab around in four directions.
- There are many worms waiting to be eaten.
- If the crab collides with a worm the worm is eaten and the players score increases.
- As the crab moves around their energy level decreases. If it reaches less than 5% the crab dies.
- The lobster will chase the crab and if it collides with the crab, the crab dies
- If the crab eats all the worms they win the game.
- IDE: Greenfoot
- Programming Language: Java
- Game Engine: Greenfoot

