Skip to content

Meirshomron/Match-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Match-3

Made with Unity 2020.3.16f1

Intro

Tile matching game.
Learn more about this category: Tile Matching.
I've created independently a match3 style matching game that includes the key popular features of a match 3 game and added a unique twist - the powerup board.
The powerup board is the yellow-white board of tiles in the bottom left corner of the in-game screen. This board marks the position of all the tiles hit in the main board. Once the player completes hitting a full row or column or 3X3 set of tiles he is granted the ability to use the level's powerups again.
The code for this game is included in the repo for educational purposes.

Match3.mp4
Match3.mp4

MatchTrashPic13

Key Existing Features

  • Random board.
  • Swapping tiles.
  • Detecting matches and replacing them.
  • Swap and match basic animations to the tiles.
  • Unique tiles and power ups.
  • Support multiple levels Add level configuration files (size and shape of the board, goals etc.).
  • High Scores.
  • Creative Level board shapes.

Future Upgrades

  • Special tiles: tiles that take more then a single match to be complete and tiles that at certain positions on the board have different attributes.
  • Sign up with other options like FB, google play etc.


And a lot more...