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

Gem cruncher #4436 #4727

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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.





























16 changes: 16 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/acorn

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/acorn.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/acorn.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/livereload

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/livereload.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/livereload.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/mime.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/mime.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/rollup

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/rollup.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/rollup.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/sirv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/sirv.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Games/Gem_Cruncher/node_modules/.bin/sirv.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading