Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added gem cruncher #5054

Merged
merged 5 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading