Skip to content

Commit

Permalink
added gem cruncher
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditijainnn committed Jul 31, 2024
1 parent 5153250 commit b42f9c8
Show file tree
Hide file tree
Showing 32 changed files with 5,368 additions and 0 deletions.
69 changes: 69 additions & 0 deletions Games/Gem_Cruncher/README.md
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.





























Loading

0 comments on commit b42f9c8

Please sign in to comment.