Turtle-A-Thon is a creative and engaging π hackathon hosted by Shreya Malogi, that celebrates the versatility and fun of the Turtle graphics library in Python π’. Turtle-a-Thon invites you to dive into the world of graphical programming, πΏ unleash your creativity, and build exciting Turtle-based projects π.
- Fork this repository to your GitHub account. Click on the "Fork" button at the top right of this page.
- Clone your forked repository to your local machine:
git clone https://github.com/CodeMacrocosm/Turtle-a-Thon.git
- Create a new branch for your project:
git checkout -b your-project-branch
- Use Python's Turtle graphics library to create an exciting project. Explore interactive art, educational applications, games, and more! π¨πΉοΈ
- Inside the
Turtle-A-Thon
folder, create a new folder for your project with its name. - Your project folder should contain:
- The Turtle GUI Python program file and a gif file
- A README.md file with details about your project, including your name as the author and a GIF showcasing your project.
- Commit your changes and push them to your forked repository:
git add . git commit -m "Added [Your Project Name] π" git push origin your-project-branch
- Create a Pull Request from your forked repository to the main repository. Provide a clear description of your project and changes.
Happy hacking and have a fantastic Turtle-A-Thon! π Don't forget to star β this repository if you find it interesting and consider contributing! We appreciate your support and look forward to your creative Turtle graphics projects! π¨π’
This project is licensed under the MIT License - see the LICENSE file for details. π
MIT License
Copyright (c) 2023 CodeMacrocosm