About Classic Puzzle Revival
Welcome to classic puzzle revival — a complete 16x16 Minesweeper board with 40 mines, first-click safety and synthesized retro sound, running natively in your browser tab.
Rebuilding an old game in modern web tech keeps it playable long after the original binary stops running. The board speaks in numbers. A three means three of the eight touching squares are mined; a satisfied number means every remaining neighbour is provably safe to open.
Use the left mouse button to open squares and the right button to mark suspected mines. Touch users get a dedicated mode button instead of an awkward long press, which keeps flagging fast under time pressure.
Nobody enjoys losing on move one, so the board is not built until you click. The generator then places all 40 mines away from your opening square and the ring around it, guaranteeing a usable cascade to start from. The build is intentionally light. Server-rendered HTML paints instantly, the game logic is a few kilobytes of client-side state, and every sound is generated at runtime by an audio oscillator instead of streamed from a server.
Reset as often as you like — every restart randomises a completely new layout, so no two boards are ever quite the same. Whether you are here for a quick distraction or a serious attempt at a personal best, the board is ready the moment the page finishes loading, and it costs nothing to try again.
Highlights
- Modern rebuild of a preserved classic
- Live timer and remaining-mine counter in the dashboard
- Free to play with no download, login or install