Simple Minesweeper game.
- Maximum board size is set to 100 x 100
- Standard Minesweeper rules apply
- State of the game is stored on the server side as a json blob.
- User click are fired as ajax calls which returns only the list of new cells that needs to be openedup.