Code to run the Turtle crossing game, a version of the popular "Crossy Road" in python.
Driver code to run the Game and for collision detection. Contains the Player class, holding the movement functionality, initialization and positional reset of the player/turtle. Contains the Scoreboard class, which has the functionality of the scoreboard display, score updation and game ending sequence display. Contains the CarManager class, containing the car generation, movement and speed updation functionality of the cars.