
Minesweeper 3D No Guess
Minesweeper in a real 3D cube – No Guess, Logic Solver, Free
What it does
Classic Minesweeper – but every cube has up to 26 neighbors instead of 8. Built from scratch in Three.js as a solo hobby project. 🧠 Logic Solver – explains every move in plain language 🎲 No-Guess boards – solvability verified before you start 🔍 Sub-region mode – isolates independent logical zones on large grids 📱 Pure browser – no download, no account, no ads Free. Always will be. ☕ What level breaks you first?
Does the same job
all alternatives →- TCThe classic Minesweeper on an irregular grid2024 · polyreplay.com · ▲293
I'm experimenting game mechanics that are usually seen on a typical grid, but transposed on an irregular one. This is a first game based on Minesweeper. The changes an irregular grid brings are that cells don't all have 8 neighbors. Some can have less, some can have more. So when you try and deduce if a tile has a mine, you have to pay closer attention at the number clues and which tiles neighbors it. My intention is to make a very classic game a bit more challenging & fun. I've also released a first version of Checkers/Draughts, and plan to test similar variants for Chess, Othello and…
- IMI made a live multiplayer Minesweeper game2025 · minesweeperpro.com · ▲242
Hi everyone! For several months now I've been stuck on the idea of a Minesweeper game that isn't just single player. This is what I came up with: • Live games allowing several people to play at the same time • Scoring system rewarding correct moves • Grid size, mines count, and players count set to make games as balanced as possible

- MIMineSweeper implemented in 100% CSS and HTML – no JavaScript2020 · github.com · ▲390
- RMReverse MinesweeperJul 2026 · sunflowersgame.com · ▲267
- IBI built a MCP server so Claude can play Minesweeper2025 · github.com · ▲123
Hi! I build an MCP server that allows clients to play Minesweeper. It turns out that Claude is not very good at it (makes obvious mistakes, hasn't won a single game on a 9x9 board after many attempts). I am curious how I can prompt Claude to do better?
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io



Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
- CCCreatium Coach▲320
Your multimedia mentor that takes you from mid to great
Life & fun · 11d ago · producthunt.creatium.info
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io
Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com