A fun game where the player guides a turtle to the top while avoiding moving cars. The game gets harder as car speeds increase with each level.
Pranjal Sarnaik
- Move the turtle using
w
(up) ands
(down). - Avoid cars moving from right to left.
- Reach the top to advance to the next level.
- Car speed increases as levels progress.
- Game over on collision with a car.
Intermediate
Python | Turtle | OOP | Random Module | Game Logic | Game Development
- Clone the repo:
git clone https://github.com/pranjalco/turtle-crossing-game-intermediate.git
- Run:
python app.py
Created by Pranjal Sarnaik
Released under the MIT License