Using Greenfoot environment software for JAVA developed a project game named “Trick the turtle Game”. The game should consist of three actors; turtles, bugs, and snakes. Furthermore, it must contained two objects; lettuces and a counter. Finally, the game should be played by a single user using keyboard left and right keys to control the turtle. The objectives of the game are as follows:
1. The first objective is to have the turtle eat as much lettuces as possible. For each lettuce eaten by the turtle score points are awarded.
2. However, the lady bugs are introduced in the game to compete with the turtle to eat the lettuce. Therefore, the second objective of the turtle is to eat as much lady buds as possible to reduce competition. For each lady bud eaten by the turtle score points are also awarded.
3. Moreover, the snakes are introduced to the game to eat the turtles. Hence, the third objective of the turtle is to avoid being eaten by the snakes.
4. Finally, the game ends either when the turtle is eaten by the snakes or when the turtle accomplish the mission to eat as much lettuce as possible and or eating as much lady buds as possible, or a predetermined score is reached to win the game.
please assist me to make this game the Greenfoot Team. I would like to enjoy the Greenfoot Environment with this game.

