https://github.com/commouse/bejeweled
Naive prototype of Bejeweled with a simplified ruleset.
https://github.com/commouse/bejeweled
Last synced: 7 months ago
JSON representation
Naive prototype of Bejeweled with a simplified ruleset.
- Host: GitHub
- URL: https://github.com/commouse/bejeweled
- Owner: ComMouse
- License: mit
- Created: 2020-05-24T18:06:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T18:10:38.000Z (about 6 years ago)
- Last Synced: 2025-07-10T05:17:23.989Z (11 months ago)
- Language: C#
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bejeweled

## Introduction
This is a naive prototype of Bejeweled with a simplifed ruleset and
a very simple user interface finished within two weekends.
In this game, you can swap two gems that are next to each other to
get a pair of 3 gems or more either horizontally or vertically.
You need to achieve the highest possible score within 3 minutes.
Getting a pair more than 3 gems, getting more pairs simulatenously,
and getting combos will have high scores. Additionally, if you get
a pair with 5 gems, or if you get a L or T style pair (with two pairs
sharing one gem), you will get a magic gem that can match with any gem!
## Engine
Unity 2019.2.9f1
## Credit
Art assets are from the following sources:
- [Simple Gems Ultimate Animated Customizable Pack](https://assetstore.unity.com/packages/3d/props/simple-gems-ultimate-animated-customizable-pack-73764)
## License
MIT License (Except for the art assets under their original licenses)