-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2556 from Anjaliavv51/Boxmerge
Added boXmerge Game
- Loading branch information
Showing
4 changed files
with
707 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"manifest_version": 3, | ||
"name": "BoxMerge", | ||
"version": "1.0", | ||
"description": "Box Merge is a grid-based puzzle game where players control a colored box using arrow keys. The goal is to grow your box by merging with similar colors while avoiding different colors.", | ||
"permissions": [], | ||
"action": { | ||
"default_popup": "index.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
# BoxMerge | ||
Box Merge is a grid-based puzzle game where players control a colored box using arrow keys. The goal is to grow your box by merging with similar colors while avoiding different colors. | ||
|
||
<table align="center"> | ||
<thead align="center"> | ||
<tr border: 1px;> | ||
<td><b><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Star.png" width="20" height="20"> Stars</b></td> | ||
<td><b>🍴 Forks</b></td> | ||
<td><b><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Lady%20Beetle.png" width="20" height="20"> Issues</b></td> | ||
<td><b><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Check%20Mark%20Button.png" width="20" height="20"> Open PRs</b></td> | ||
<td><b><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Cross%20Mark.png" width="20" height="20"> Closed PRs</b></td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><img alt="Stars" src="https://img.shields.io/github/stars/Anjaliavv51/BoxMerge?style=flat&logo=github"/></td> | ||
<td><img alt="Forks" src="https://img.shields.io/github/forks/Anjaliavv51/BoxMerge?style=flat&logo=github"/></td> | ||
<td><img alt="Issues" src="https://img.shields.io/github/issues/Anjaliavv51/BoxMerge?style=flat&logo=github"/></td> | ||
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/Anjaliavv51/BoxMerge?style=flat&logo=github"/></td> | ||
<td><img alt="Closed Pull Requests" src="https://img.shields.io/github/issues-pr-closed/Anjaliavv51/BoxMerge?style=flat&color=critical&logo=github"/></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<h3> <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Rocket.png" alt="Rocket" width="40" height="40" />Featured In</h3> | ||
|
||
<h3><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Writing%20Hand%20Light%20Skin%20Tone.png" alt="Rocket" width="40" height="40" />Project Overview</h3> | ||
<p style="font-family:var(--ff-philosopher);"> | ||
It is an online platform which enables you to get information about your vintage collections and to place the orders.</p> | ||
|
||
## <p style="font-family:var(--ff-philosopher);font-size:3rem;text-align:center;"><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/High%20Voltage.png" alt="High Voltage" width="40" height="40" />Tech Stack</p> | ||
<center><a href="https://developer.mozilla.org/en-US/docs/Glossary/HTML5"><img src="https://img.shields.io/badge/HTML5-E34F26.svg?style=for-the-badge&logo=HTML5&logoColor=white"></a> | ||
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"><img src="https://img.shields.io/badge/JavaScript-F7DF1E.svg?style=for-the-badge&logo=JavaScript&logoColor=black"></a> | ||
<a href="https://getbootstrap.com/"><img src="https://img.shields.io/badge/React JS-7952B3.svg?style=for-the-badge&logo=React-JS&logoColor=black"></a> | ||
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img src="https://img.shields.io/badge/CSS3-1572B6.svg?style=for-the-badge&logo=CSS3&logoColor=black"></a></center> | ||
|
||
<br><br> | ||
|
||
## Game Preview | ||
|
||
|
||
https://github.com/user-attachments/assets/ab4692fa-9bfc-4d07-a7b3-3ebe0d4bb353 | ||
|
||
|
||
<br><br> | ||
|
||
## <p style="font-size:3rem;"><img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Travel%20and%20places/Rocket.png" alt="Rocket" width="40" height="40" />Get Started</p> | ||
|
||
### Setup and Installation | ||
|
||
<p style="font-family:var(--ff-philosopher);">To contribute to the Retro repository, follow these steps:</p> | ||
|
||
1. **Fork the Repository:** | ||
Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account. | ||
|
||
2. **Clone the repository:** | ||
Clone the forked repository to your local machine using the following command in your terminal. | ||
```bash | ||
git clone https://github.com/<your-github-username>/BoxMerge | ||
``` | ||
3. **Add a remote upstream:** | ||
```bash | ||
git remote add upstream https://github.com/original-owner-username/BoxMerge | ||
``` | ||
4. **Create a new branch:** | ||
Create a new branch for your changes. Run the following command in your terminal. | ||
```bash | ||
git checkout -b <your-branch-name> | ||
``` | ||
5. **Make the desired changes:** | ||
Make the desired changes to the source code. | ||
|
||
6. **Add your changes:** | ||
Add your changes to the staging area. Run the following command in your terminal. | ||
```bash | ||
git add <File1 changed> <File2 changed> ... | ||
``` | ||
7. **Commit your changes:** | ||
Commit your changes with a meaningful commit message. Run the following command in your terminal. | ||
```bash | ||
git commit -m "<your-commit-message>" | ||
``` | ||
8. **Push your changes:** | ||
Push your changes to your forked repository. Run the following command in your terminal | ||
```bash | ||
git push origin <your-branch-name> | ||
``` | ||
9. **Create a Pull Request:** | ||
Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR. | ||
<br><br> | ||
|
||
|
||
|
||
<p style="font-family:var(--ff-philosopher);font-size:3rem;text-align:center;"><b>Contributing | ||
|
||
<p style="font-family:var(--ff-philosopher);font-size:2rem;">We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's. | ||
|
||
To contribute to the Retro repository using GitHub Desktop, follow these steps: | ||
|
||
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Lady%20Beetle.png" width="20" height="20"> Reporting a bug<br> | ||
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Man%20Technologist%20Light%20Skin%20Tone.png" width="20" height="20" >Discussing the current state of the code<br> | ||
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Objects/Axe.png" width="20" height="20" >Submitting a fix<br> | ||
<img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Rocket.png" width="20" height="20" >Proposing new features | ||
|
||
<div align="center"> | ||
<h2 style="font-size:3rem;">Our Contributors <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Red%20Heart.png" alt="Red Heart" width="40" height="40" /></h2> | ||
<h3>Thank you for contributing to our repository</h3> | ||
|
||
<a href="https://github.com/Anjaliavv51/BoxMerge/graphs/contributors"> | ||
<img src="https://contributors-img.web.app/image?repo=Anjaliavv51/BoxMerge"/> | ||
|
||
</a> | ||
|
||
<p style="font-family:var(--ff-philosopher);font-size:3rem;"><b> Show some <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Red%20Heart.png" alt="Red Heart" width="40" height="40" /> by starring this awesome repository! | ||
|
||
</div> | ||
<center> | ||
<h3 style="font-size:2rem;"> | ||
If you find this project helpful, please consider giving it a star! <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/tarikul-islam-anik/main/assets/images/Star.png" width="30" height="30"></p> | ||
</center> |
Oops, something went wrong.