Building a Social Game with Windows Azure

In this exercise, you will enable multiplayer for the Tic-Tac-Toe using the Storage Polling approach. This consists in querying a Blob container for game updates and rendering the result in the board. Additionally, you will learn how to invite another user to play a Tic-Tac-Toe game. ................
................