Mindweeper

Mindweeper is a clone of the famous Windows Minesweeper game that was previously included in the Microsoft Windows operating system. This clone is customizable, open source and cross-platform. It supports original game's assets so it's capable of providing a basically pixel-perfect classic Minesweeper experience to players.

Choose game difficulty:

This web version of the game is proudly powered by Emscripten. Emscripten makes it possible for developers to compile their existing native C and C++ projects to WebAssembly, allowing them to be ran under browsers or Node.js.

Game assets are taken from dsdmine, an MIT-licensed clone of Windows Minesweeper. It's a very similar project to mine, albeit written in C++ (even uses .ini config files!). In the future I'll create my own assets that fit my tastes better and release a guide for using classic Windows Minesweeper's assets with this implementation.

Source code is hosted on GitHub and released under the 2-clause BSD license.