-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add/find-the-missing-letter
- Loading branch information
Showing
88 changed files
with
26,406 additions
and
230 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,69 @@ | ||
# **Game_Name** | ||
Gem Cruncher | ||
--- | ||
<br> | ||
|
||
## **Description 📃** | ||
Tile-matching puzzle game where players swap adjacent candies on a grid to form vertical or horizontal lines of three or more candies of the same color, which are then cleared from the grid, causing new candies to cascade down to fill the empty space. | ||
|
||
## **functionalities 🎮** | ||
The player aims to swap adjacent Gems to create matches of three or more Gems of the same type. | ||
When three or more Gems of the same type are aligned, they disappear from the board. | ||
New Gem fall from the top to fill the empty spaces, potentially creating new matches (a chain reaction). | ||
- | ||
<br> | ||
|
||
## **How to play? 🕹️** | ||
find and eliminate matches of three or more candies of the same color in a row or column. | ||
|
||
<br> | ||
|
||
## **Screenshots 📸** | ||
C:\Users\a\GameZone\Games\Gem_Cruncher\public\pic.png | ||
|
||
<br> | ||
|
||
## Getting started | ||
|
||
Install the dependencies... | ||
|
||
```bash | ||
git clone | ||
cd Gem_Cruncher | ||
npm install | ||
``` | ||
|
||
```bash | ||
npm run dev | ||
``` | ||
|
||
Navigate to [localhost:5000](http://localhost:5000). You should see the app running and start playing around. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.