Since it's my last week, I decided to make JMP's very own minesweeper clone. For those of you that are not familiar with minesweeper, the objective is to clear a board with out triggering any of the hidden mines. Each non-mine tile will have a number telling you how many mines are adjacent to that tile (with 0 being blank).
Clicking on a number functions like a double-click on the windows version. Flagging a tile performed by holding the SHIFT-key while clicking. Game records are stored in a JMP data table, called JMPSweeper Records, located in your documents folder.
To play after install, just go to the add-in drop down menu and click JMPSweeper.
Feel free to add/imrpove features. Have fun!