In this tutorial, Eugene Chaikin is making a Tic Tac Toe game for WP7. In his previous lesson he created a custom user control for the game.
Basically, application will consist of two custom XAML files:
- TicTacToeButton.xaml (from my previous lesson)
- Gameboard.xaml (gameboard itself the functionality to initialize UI elements and to analyze player moves)