"Turtle Crossing Capstone" is a Python project developed using the Turtle module. The goal of this project is to create an interactive and visually appealing program that simulates crossing challenges.
- Obstacle Crossing Simulation: Users can control a character (represented by the Turtle) to navigate through various obstacles.
- Keyboard Controls: Users can use arrow keys to move the character.
- Visual Feedback: The Turtle graphics provide real-time visual feedback as the character moves.
-
Make sure you have Python installed on your system.
-
Clone this repository to your local machine:
git clone https://github.com/NahundaBekele/Turtle-Crossing-Capstone.git
-
Navigate to the project directory:
cd Turtle-Crossing-Capstone
-
Run the main Python script:
Crossing Capstone.py
- Launch the program.
- Use arrow keys (UP and DOWN) to move the character.
- Avoid obstacles and reach the end!
- Python 3.x
- Turtle module (usually included in Python standard library)
Contributions are welcome! If you'd like to enhance the project, feel free to submit pull requests or open issues.
- Thanks to the Turtle module for making graphics programming fun!
- Inspired by 100 Days of Code – The Complete Python Pro Bootcamp for 2022 taught by Dr. Angela Yu.
Nahunda Bekele (https://github.com/NahundaBekele)