Match 3 or More Puzzle Project Base!

Andy Wang

(0)
$5
Publisher Andy Wang
File size 590.22kB
Number of files 57
Latest version 1
Latest release date 2018-07-09 06:37:20
First release date 2018-07-09 06:37:20
Supported Unity versions 2018.4.2 or higher
This project has a fun menu screen, particles, player icon selection, and scalable board sizes!

All code scripts are found in TicTacToe/Assets/Scripts

Features :

- Players can select from four different tokens to play Tic Tac Toe with, but cannot share the same token. Players cannot proceed unless both have selected their player pieces.

- Board sizes of 3x3 and 4x4 are available for the player to choose from, but it defaults to 3x3 if nothing is selected. The boards are generated from code using tile prefabs - allowing for any n x n game board to be generated!

- Win conditions are determined by the checking and updating of a one dimensional array that contains an index for each possible winning combination. Only requires one for loop. The formulas for solutions also scale to board size, so once again, any board of n x n can be generated and made playable!

- Moves are stored in a List of custom GameData class objects. ManagerScript.cs contains the class at the bottom - with the storing logics happening in the Click()

Questions? Suggestions?

Email me at :

[email protected]

**Image credits in the project README

Top Publisher Assets