/Pattern-a-Thon-22

CONTEST 8 : 🎊 Pattern-a-Thon' 22 🌟 Where Algorithms Become Art! 🌟

Primary LanguagePythonMIT LicenseMIT

✨ Pattern-a-Thon' 22 🎨 Pattern Artist! 🌈

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. Examples
  4. Star it
  5. License
  6. Thanks Contributors

Overview

Code Creatively at Pattern-a-thon - 🚀🎨 Hosted by Shreya Malogi, Join us in this coding playground where programmers, whether beginners or pros, showcase unique patterns in their favorite languages. Unleash your imagination and let's code together! 🌈💻 #HappyCoding 🌟

How to Contribute 🖋️

  1. Fork this Repository 🍴

    Click the "Fork" button at the top right corner of this repository to create your personal fork.

  2. Clone Your Fork 📥

    git clone https://github.com/codemacrocosm/Pattern-a-Thon-22.git
  3. Create a new folder for your pattern within the main directory.

    • Name the folder based on your pattern (e.g., Pyramid, Square, Triangle, Butterfly, Fish).
  4. Write the code for your pattern using your preferred programming language(s).

  5. Include a README.md file within your pattern folder, explaining your approach and any interesting insights about your code.

  6. Optionally, you can include a screenshot or animation of your pattern in action.

Examples 🌟

Pyramid
        *    
       ***   
      *****  
     ******* 
    *********
Square
    A B C D E
    A B C D E
    A B C D E
    A B C D E
    A B C D E
Triangle
    * 
    * * 
    * * * 
    * * * * 
    * * * * * 
Butterfly
    *         *
    * *     * *
    * * * * * *
    * *     * *
    *         *

Fish

        *
       ***
      *****    *
     *******  **
    ************
     *******  **
      *****    *
       ***
        *

How to Star ⭐

If you enjoy the patterns or find them inspiring, don't forget to ⭐ the repository! Your support is appreciated.

📄 License

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

MIT License

Copyright (c) 2022 CodeMacrocosm

Contributors 🙌

A big thanks to all the creative minds who have contributed. Check out the contributors and explore the variety of patterns they've added.

Now, let the pattern creation begin! Happy coding! 🎨✨