[Prototype] Simple Match 3 Game

edited in Projects
Since Unity3D's 2D support came out I'm been spending a few minutes here and there working on a simple "match 3" prototype to play with the new toys. This afternoon I added some juice and it looks so pretty I wanted to share

Play web build

Instructions
Click on a tile to select it and select an adjacent tile to swap them. Click on the same tile to deselect.

I need to make a better matching algorithm; and I intend to make a full game with menus and such, but by no means is this intended to be sold or inventive. It's an exercise in development.

For the curious, I'm using iTween which is a free, open-source project. As such, it doesn't require any purchase or licensing to be used on commercial projects or otherwise.

Comments

  • Pretty cool. Know you said that this was just an experiment, but it would be cool if blocks could also be paired vertically. Also, a score or at least some HUD elements would be nice, but i'm sure you had those planned anyway.
  • @FanieG watch this space ;)
Sign In or Register to comment.