Hi everyone,

Just purchased impactjs and would like to develop an match 3 type puzzle game. I'm coming form XNA where I had started develpoment on the game but dropped it because I wanted to create the game for various platforms. including web (facebook).

Previously I had created a 2d array to represent my grid and then drew the graphics to the screen based off the array. No physics or collision detection; just algorithms and loops that would change the array and then the screen would be updated to represent the array.

My question is what features of the impact framework could be utilized to help make this type of game.

Basically I would just like to hear peoples opinions on how they would approach the game design before I jump in and find that I could have achieved a better result by taking advantage of certain features of impact.

Thanks.