Skip to content(if available)orjump to list(if available)

Mines: A simple mine puzzle game inspired by classic minesweeper

jaffathecake

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 https://proxx.app/

It was a lot of fun to build.

alain_gilbert

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.

https://github.com/alaingilbert/winsweeper

bigstrat2003

That's a really great innovation! One of the most frustrating things in a game of minesweeper is when you are forced to guess and lose through no fault of your own. It's all the more frustrating because it tends to happen late in the game, too. I definitely would enjoy your version more.

Jean-Papoulos

This is just minesweeper ?

konstantinua00

can't zoom in on mobile :/

Azrael3000

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.

But it might still be good to put a short description somewhere for people not as familiar with the game.

fake-name

What part of this is "inspired"?

This is just the exact same thing reimplemented. "Inspired by" implies there are non-trivial differences.

sea-gold

Built using Kotlin Multiplatform