Pattern-a-Thon
Pattern-a-Thon copied to clipboard
CONTEST 8 : 🎊 Pattern-a-Thon' 22 🌟 Where Algorithms Become Art! 🌟
✨ Pattern-a-Thon' 22 🎨 Pattern Artist! 🌈
Table of Contents 📚
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 🖋️
-
Fork this Repository 🍴
Click the "Fork" button at the top right corner of this repository to create your personal fork.
-
Clone Your Fork 📥
git clone https://github.com/codemacrocosm/Pattern-a-Thon-22.git -
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).
- Name the folder based on your pattern (e.g.,
-
Write the code for your pattern using your preferred programming language(s).
-
Include a README.md file within your pattern folder, explaining your approach and any interesting insights about your code.
-
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! 🎨✨