Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 636 Bytes

File metadata and controls

15 lines (10 loc) · 636 Bytes

Turtle Crossing Game

Project Overview

An interactive game where the goal is to help the turtle to cross the street and avoid getting hit by cars.

Game instructions

Use the arrow up key to move the turtle to the other side of the street without getting hit by a car. Be careful as the cars will be moving faster, each time you level up.

Usage Example

20240409190754

Technologies Used

  • Python: The core programming language used.
  • Turtle: A lightweight module that helps us design games in Python.