Here’s a two posts on creating a simple triple town style matching game.
http://www.webdevils.com/?tag=triple-town
There’s two posts. The first describes setting up the board and grid. The second talks about the matching logic for the game.
If you’re not familiar Tripple Town is a game where the object is match three adjacent tiles. When the third tile is placed all of the matching adjacent tiles combine into a single tile that advances one step from the previous tiles.
For the example I used only shapes and colors to keep things simple. Tiles advance through colors, red to green to blue etc. [import]uid: 98652 topic_id: 27042 reply_id: 327042[/import]