Skip to content

A fun and interactive game where the player guides a turtle from the bottom to the top of the screen while avoiding cars moving from right to left. The game becomes progressively challenging as the cars move faster with each level. The player uses `w` to move the turtle up and `s` to move it down. The game ends if the turtle collides with a car.

License

Notifications You must be signed in to change notification settings

pranjalco/turtle-crossing-game-intermediate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turtle Crossing Game

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.

Screenshots

ss1, ss2, ss3

Author

Pranjal Sarnaik

Features

  • Move the turtle using w (up) and s (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.

Level

Intermediate

Tech Stack

Python | Turtle | OOP | Random Module | Game Logic | Game Development

How to Run

  1. Clone the repo:
    git clone https://github.com/pranjalco/turtle-crossing-game-intermediate.git
    
  2. Run:
    python app.py
    

Created by Pranjal Sarnaik
Released under the MIT License

About

A fun and interactive game where the player guides a turtle from the bottom to the top of the screen while avoiding cars moving from right to left. The game becomes progressively challenging as the cars move faster with each level. The player uses `w` to move the turtle up and `s` to move it down. The game ends if the turtle collides with a car.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages