A Python game inspired by the classic Frogger — help your turtle cross a busy road without getting splattered!
- Randomly generated cars with increasing speed
- Player movement controlled by the keyboard
- Level progression with increasing difficulty
- Game over screen when you collide with a car
- Scoreboard showing current level
turtle(built into Python, no extra install)
-
Clone the repository:
git clone https://github.com/ChilternCode/Turtle-Crossing.git -
Navigate to the project folder:
cd Turtle-Crossing -
Run the game:
python main.py
- Up Arrow → Move turtle forward
Made with 💥 by ChilternCode
⭐ Why did I build this?
To practice object-oriented programming, game loops, collision detection, and to sharpen my Python skills by creating a fun arcade-style project.