Skip to content

A Python game inspired by the classic Frogger — help your turtle cross a busy road without getting splattered!

Notifications You must be signed in to change notification settings

ChilternCode/Turtle-Crossing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐢 Turtle Crossing

A Python game inspired by the classic Frogger — help your turtle cross a busy road without getting splattered!

🚀 Features

  • 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

💾 Requirements

  • turtle (built into Python, no extra install)

⚙️ How to Run

  1. Clone the repository:

    git clone https://github.com/ChilternCode/Turtle-Crossing.git
    
  2. Navigate to the project folder:

    cd Turtle-Crossing
    
  3. Run the game:

    python main.py
    

🎮 Controls

  • Up Arrow → Move turtle forward

👑 Author

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.

About

A Python game inspired by the classic Frogger — help your turtle cross a busy road without getting splattered!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages