Turtle-Crossing-Game

logo

About

This project is a Mini-Game in Python, following OOP and using the Turtle module. The goal of this game is to help a turtle to cross the street.

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.

Built With

Usage example

usage_example

Dependencies:

  1. Python v3.x is required.
  2. turtle module is also required.

Contact

Dhruv Maheshwari - Linkedin

Project Link: https://github.com/Dhruv25nov/Turtle-Crossing-Game

License

Distributed under the MIT License. See LICENSE for more information.

Contributing

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes