Turtle Crossing (Python Game)
Developed a console-based game inspired by Frogger using Python's `turtle` graphics library. The player controls a turtle that must navigate across a road filled with randomly generated and moving cars. The game features multiple levels with increasing car speed, making it progressively more challenging.
Check Out Repository