Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 278 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 278 Bytes

Simple Minesweeper game.

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