Master Project
- Jake
- 3 years ago
- 431 views
Let’s take a look at Jakes's “Turtle Survival” game! In this game, you can move the turtle around using the “WASD” keys and press “q” to shoot. Click on run to execute the code and then click on play to start the game! Enemy turtles will immediately start moving towards you, but don’t worry, you can find cover behind randomly spawned blocks so that they can’t get you. Eliminate the enemy turtles to win!
import turtle
import random
Locked
Canvas
Console