Last updated on
Overview
An interactive Crossy Road-style game built with Python and the Turtle graphics library, designed using object-oriented programming principles. The project showcases core game development concepts including real-time input handling, collision detection, procedural obstacle generation, and progressive difficulty scaling.
Features
* Player-controlled character movement using keyboard input
* Dynamically generated obstacles with increasing difficulty
* Collision detection between player and moving objects
* Level progression system with speed scaling
* Object-oriented design with modular class structure
* Smooth game loop and real-time screen updates using Turtle