HyagoOliveira / Bejeweled

Bejeweled game clone created using Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bejeweled

This is a Unity project for a game inspired by Bejeweled. You can play a WebGL build here.

Starting the game

How to Use

  1. Clone the repo and open it with any Unity 2019.4 LTS version.
  2. Open any Scene and play it (all Scenes are playable).

Game Features

  1. The board can have any size or any number of different pieces;
  2. Player can swap vertically or horizontally 2 adjacent pieces;
  3. If the swap results in 3 or more pieces of the same type in adjacent rows or columns, they disappear;
  4. If the swap does not result in any match, the pieces should return to their previous positions;
  5. When any piece disappears, the pieces above it will fall and new ones will appear from the top of the board, filling all empty spaces;
  6. The pieces swap can be done by mouse Click or Drag.

Gameplay

Known Bugs

  1. The Hint functionality is only working for some patterns.

Disclaimer

Sprites and Audio Clips from Unity Tiny Gems project


Hyago Oliveira

BitBucket - Unity Connect - hyagogow@gmail.com

About

Bejeweled game clone created using Unity

License:MIT License


Languages

Language:C# 100.0%