Game Rules:
- One turtle of unique color can only move forward.
- Neither left nor right. Turtle cannot even move backward.
- Turtle has to save itself from the collision with cars.
- If crosses all the cars, its level increases & along with all the car's speed!
- Random count cars & each car of random color are coming from the left & right.
- The scoreboard is maintained for every level.
How the game looks like?
main.py
player.py
car_manager.py
scoreboard.py
No comments:
Post a Comment