Skip to content

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

License

Notifications You must be signed in to change notification settings

CodeMacrocosm/Pattern-a-Thon-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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