JasonShin10 / ToyParty

Match-3 Puzzle Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToyParty

I was inspired by a match-3 game called 'ToyParty' to develop my own match-3 game. One unique feature of my game is the use of hexagonal tiles instead of the typical square ones. This presents the challenge of checking for matches in six directions instead of the usual four.

Features

GemSetup

Prevented a match event from occurring during the initial gem generation.

3-match

3-match occurs when three or more gems are aligned consecutively.

4-match

4-match occurs when four gems are adjacent.

Reference

https://www.redblobgames.com/grids/hexagons/

About

Match-3 Puzzle Game


Languages

Language:ShaderLab 64.5%Language:C# 24.3%Language:HLSL 11.2%