Minesweeper remake

Had the day off work today, so spent about 3 hours remaking minesweeper.

Demo video:

I’ll spend a little extra time adding some front-end UI stuff so the user can control the board complexity and stuff. It was a fun little project. I might open-source it.

5 Likes

It looks really nice, especially for something that only took 3 hours to make.

Really cool! Add credits, multiplayer, and a skin trading system and you’ll have a front-page game! xD

4 Likes

I just encountered an error. It seems that I can click everywhere, but nothing changes until I click on a mine, then everything explodes and the game restarts, resetting to the exact same issue. All of the tiles are gray. No client errors listed, though.

1 Like

Really nice!
I found a bug, though: after I won a round, the board reset as normal and then I won without clicking any tile. Afterwards, this happened:

Clicking tiles wasn’t working except on mines, which would end the game

EDIT: @ChipioIndustries ninja’d me. Dang.

1 Like

gotcha

It’s all done server-side, so that’s why you’re not seeing anything. I’ll look into it. Thanks!

1 Like

I’ve added a UI to allow you to choose the size and number of mines. Currently working on a large board:

1 Like

Really amazing on what you can do for three hours.