The Match'em Poker XNA example application is a 'match 3' type game where you can switch the cards on a grid to form different poker hands in any direction. Fill the score meter to advance to the next level. The score meter drops continuously with time. If it reaches zero, the game is over.
The game was originally written for iOS and later ported to Qt. This project was created to study porting this game to the Windows Phone platform using the XNA development framework. This example is hosted in a Nokia Developer Project, where you can find implementation and porting notes, discover recent revisions, and contribute to the project.