1.2.1 Catch A Turtle Game
Completion requirements
Opened: Monday, 30 September 2019, 12:00 AM
Due: Tuesday, 1 October 2019, 5:00 PM
Complete Activity 1.2.1 which has you create a "Catch a Turtle" game in Python. You should have a game with the following parts:
Make a turtle on the screen jump to a random location if a person is able to click it in time.
- The click should trigger the player's score to accumulate
- If the timer runs out before the turtle is clicked, the turtle will disappear and the game will display a message.
Upload the code here.