This project was created as part of an online python learning course. A simple recreation of a street crossing game.
Core learning concepts were:
- creating classes
- inheritance
- use of the turtle library
- use of the time library
check: https://replit.com/@JohannBraun1/SimpleTurtleCross#main.py to run the project in your browser.
Control the turtle with the arrow keys. You can only go up. (if you run the program in replit, dont forget to mouse click into the running program to actually register your key presses)