cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Have your say in shaping JMP's future by participating in the new JMP Wish List Prioritization Survey
JMPSweeper
yho
yho
Visitor

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).

7110_Image1.png

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.

7111_Image2.png

Feel free to add/imrpove features. Have fun!

Recommended Articles