What part of this is "inspired"?<p>This is just the exact same thing reimplemented. "Inspired by" implies there are non-trivial differences.
In the same vein, I made "winsweeper" which will move the mine and let you win all the 50/50 IFF there is no more mines that you could find.<p><a href="https://github.com/alaingilbert/winsweeper">https://github.com/alaingilbert/winsweeper</a>
A couple of us on the Chrome Dev Rel team made a minesweeper clone that aimed to be a bit visually fancy on most devices, but would still run on basic feature phones <a href="https://proxx.app/" rel="nofollow">https://proxx.app/</a><p>It was a lot of fun to build.
Nice implementation. I found it very intuitive to find the necessary features like marking a mine or tapping on a number that has all its mines marked to reveal the safe squares.<p>But it might still be good to put a short description somewhere for people not as familiar with the game.