Comments (1)
hmmm
The original puzzle, a mixture of Tetris and Match 3!
Goal of the game
The goal of the game is to match 3 or more symbols of the same type, either in rows or in columns, in order to keep the resource count (represented by color bars) above zero.
General description
The game begins with an empty board. The player is given a randomly generated puzzle piece. That he\she can place anywhere within the board at will. He/she is then given another piece to place on the board. The process repeats until the game is over.
When the player manages to create a match of three symbols of the same type, the matched symbols dissapear, and the player is rewarded with score points and corresponding resources.
Score
Every matched symbol gets the player a score of 10 plus the actual level of gameplay (i.e. 13 in level 3). The player also gets resources that equal to 5 plus actual level of gameplay.
Level-ups
A level is added and the game board is cleared with every thousand points of score achieved. Each level beyond the first one increases the amount of resources lost per second by 1. So the longer you play, the faster you have to think.
Controls
Z,X ... Rotate brickSpace, Enter ... Place brickArrows ... Move brick
Symbols
Castle - increases red resource bar.
Anvil - increases green resource bar.
Gold - increases orange resource bar.
Mana - increases blue resource bar.
Mace - destructs symbol underneath.
Hand - grabs symbol underneath.
Star - matchs to any normal brick.
#puzzle