Generic Mine Sweeper game. Mostly finished. Autoclear is working. Options allows grid size and number of mines to be set. Largest grid that will fit is 14 on the x and 9 on the y. Hold the <space> key and click to flag or unflag a cell. Hold the <c> key and click a cell for a quick cheat. It only lasts for a couple of seconds. Scores and times aren't tracked. If the options are set make sure to click the Start Game sprite, otherwise the default grid will be used. Let me know if you find any bugs.
Thanks to Mr. Ferrante for the recursive clearing algorithm. http://scratch.mit.edu/projects/12164734/ This isn't a re-mix, but I did need help with that part of it.