Please help me make this game, I'm very confused but I want to make it happen and learn! Thank you! I need the Python code creating a comprehensive game using "import turtle" and "import random". The...


Please help me make this game, I'm very confused but I want to make it happen and learn! Thank you!


I need the Python code creating a comprehensive game using "import turtle" and "import random". The game must do the following:


-Have a boundary turtle in the shape of a circle that has a 200 unit radius entered in at (0,0), and this turtle ("acts as a boundary") will be invisible.


-Make a "runner" turtle that is green and the shape of a circle. The user should be able to change this green turtle's speed using the "up" key to make it go faster, and the "down" key to make it go slower. However, it's speed cannot go lower than 1. The left and right arrow keys should make the turtle's direction change. It should start the game moving already. If this runner turtle goes past the "boundary" turtle, it should jump back to the center (0,0)


-Finally, there should be three "killer" turtles. These turtles should hunt the runner turtle. One should begin at (100,0), one should begin at (-100,0), and the last should begin at (100,0). These turtles should move towards the runner turtle like they're chasing it.


-None of the turtles should leave lines behind when they move :)


Thank you!

Nov 01, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here