Turtle Crossing Start is a simple but challenging arcade-style game developed in Python using the turtle module. Inspired by the classic Frogger, the player controls a turtle attempting to cross a busy road filled with fast-moving cars.
🎮 Gameplay Overview:
You play as a small turtle at the bottom of the screen, and your goal is to reach the top without getting hit. As you progress through levels, the speed of the cars increases, making the game more difficult and engaging.
🕹️ Controls:
- Use the Up Arrow key to move the turtle forward.
🚗 Features:
- Infinite levels (as long as you survive)
- Dynamic car generation and movement
- Level counter displayed on screen
- Collision detection and game over logic
💡 What I learned:
This project helped me strengthen my skills in object-oriented programming, working with classes, and managing multiple moving objects on screen. It was also a great exercise in designing game logic that scales in difficulty and keeps the player engaged.
📂 Technologies used:
- Python
- Turtle graphics module
Cross the road… or get squashed!
View the project on GitHub (insert your repo link here)
Deja un comentario