minesweeper - game - involves recursion - requires thinking - requires puzzling The goal is to clear/reveal every cell without a mine beneath it. Click to reveal squares, try not to click on the mines. The numbers show how many mines there are in the 8 squares surrounding the square the number is on. Press space while hovering over a square to place/remove a flag there, to help you remember where a mine is so you don't click on it. warning: too much puzzling can lead to a sore puzzler #games #puzzle #trending
I tried to make minesweeper in less than an hour and after an hour I had spent most of the time debugging a recursive function in which I used global variables thinking they were local, oops! anyways I spent a few more hours fixing bugs and making it look better colors inspired by google minesweeper version is minesweeper_v0.11 Thanks @SnowyRiver1643 for proposing this to be featured! #games #puzzle #trending