Work

Turtle Crossing Game

Python
OOP
Inheritance

A turtle game mimicking crossy road

turtle game in action

Turtle game

Using the turtle library, I was able to create a fun game that plays like crossy road. This project allowed me to have a better grasp of OOP , In particular Inheritance and being able to tidy up code and have every section, scoreboard, players, cars all as their own module and class. This project was rewarding to playtest countless time to get the values of the distances in the car as well as the gap between each car so that the turtle could squeeze in between.