In the upcoming lessons, we have created step-by-step instructions to help you complete this project.
Difficulty Normal : Use all Steps to complete the project.
Difficulty Hard : Use only Steps 1 and 2 to complete the project.
Difficulty Expert : Only use Step 1 to complete the project.
START HERE
For all difficulty levels, begin by downloading the turtle-crossing-start.zip from this lesson's resources and opening it in PyCharm. The starting project contains the starting code for the game, we'll walk through the code in the starting project in the next lesson.
Alternatively, you can create the entire project from scratch by creating a blank project inside PyCharm and create a Turtle screen that is 600px by 600px. You'll also need to turn off tracer(0) and use update() to refresh the screen every 0.1s. If you are confused about this, just use the starting project instead.
(If you can't use PyCharm, here's a Repl.it link)