A crossy_road_game, made using the turtle and Tkinter module.
Player must reach the other side of the road to reach the next level. As the level increases the car's speed increases.
Each file is responsible for each component of the game and is constructed using OOP;
Scoreboard: keeps track of the score. Car Manager: Controls the car speed and random spawn location. Player: Controls the player's movement and turtle
