An arcade-style game inspired by Crossy Road, built from scratch in Python using the turtle module.
The goal of the game is to safely guide the turtle to the top of the screen while avoiding randomly generated cars. With each level, the game becomes more challenging as the cars move faster.
- Randomly generated cars
- Increasing difficulty with each level
- Collision detection and game over screen
- Level-based scoring system
- ↑ Up Arrow – move forward
python main.py- Python 3
- turtle (Python standard library)
