Skip to content

Latest commit

 

History

History
99 lines (65 loc) · 3.38 KB

File metadata and controls

99 lines (65 loc) · 3.38 KB

✨ Turtle-A-Thon' 23: Dancing Turtles Code🐢

GitHub stars GitHub forks GitHub contributors GitHub

✨ Hall Of Fame

Thanks goes to these amazing people for their contributions 🎉🎉🎉

Table of Contents 📚

  1. Overview
  2. How to Contribute?
  3. Star and contribute
  4. License

Overview

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 📂.

How to Contribute

1. Fork the Repository 🍴

  • Fork this repository to your GitHub account. Click on the "Fork" button at the top right of this page.

2. Clone Your Fork 📥

  • Clone your forked repository to your local machine:
    git clone https://github.com/CodeMacrocosm/Turtle-a-Thon.git

3. Create a Branch 🌿

  • Create a new branch for your project:
    git checkout -b your-project-branch

4. Build Your Turtle GUI Project 🚀

  • Use Python's Turtle graphics library to create an exciting project. Explore interactive art, educational applications, games, and more! 🎨🕹️

5. Organize Your Project 📂

  • 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.

6. Commit and Push 🚢

  • 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

7. Create a Pull Request 🌈

  • Create a Pull Request from your forked repository to the main repository. Provide a clear description of your project and changes.

Star and Contribute

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! 🎨🐢

📄 License

This project is licensed under the MIT License - see the LICENSE file for details. 📜

MIT License

Copyright (c) 2023 CodeMacrocosm

Happy coding! 🚀🌍