Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Turtle Crossing Game 🐢

Code to run the Turtle crossing game, a version of the popular "Crossy Road" in python.

Main.py

Driver code to run the Game and for collision detection.

Player.py

Contains the Player class, holding the movement functionality, initialization and positional reset of the player/turtle.

Scoreboard.py

Contains the Scoreboard class, which has the functionality of the scoreboard display, score updation and game ending sequence display.

Car_manager.py

Contains the CarManager class, containing the car generation, movement and speed updation functionality of the cars.