About Minimalist Games

Minimalist Games is an independent project with one goal: make the classic puzzle games genuinely pleasant to play on the web again. No accounts. No downloads. No clutter. You open a page and the game is already there, ready to play in under a second.

Why we built it

Most "free game" sites bury a thirty-second game under a minute of pop-ups, cookie walls, autoplay video, and forced sign-ups. We wanted the opposite: games that load instantly, run offline, remember your progress locally, and never get in your way. The design philosophy is right there in the name — strip away everything that isn't the puzzle, and polish what's left until it feels effortless.

We think a few minutes of Sudoku or Minesweeper should be a clean, calm break — not an obstacle course of interruptions. That principle shapes every decision we make, from the layout of a board to how rarely we show an ad.

What we make

We currently offer three games, each rebuilt from scratch in plain HTML, CSS, and JavaScript — no heavy frameworks, no tracking-laden third-party widgets:

  • Sudoku Zen — six difficulty levels from Easy to Extreme, pencil-mark notes, hints, and a single-solution guarantee on every board.
  • Minesweeper — three board sizes, the clean version of the Windows classic.
  • 2048 — the addictive sliding-tile game, with smooth, responsive controls.

Alongside the games we publish a small blog of genuinely useful strategy guides — how to read a Sudoku board, the 1-2-1 pattern and probability in Minesweeper, the corner and snake methods in 2048 — written and illustrated for players who want to actually improve, not just rank for keywords. Every guide is original and most include hand-built diagrams.

How it's built

The whole site is static and hosted on Firebase Hosting. It works offline as a Progressive Web App, loads almost instantly, and stores your game progress only in your own browser — nothing about how you play is sent to us. We use Google Analytics (with IP anonymisation) purely to understand which games people enjoy, and Google AdSense to keep the site completely free to play. Full details are in our Privacy Policy.

Who's behind it

Minimalist Games is built and written by Arnaldo Lima, an independent developer based in Portugal, working under the name Digital Codex Studio. One person writes the code, generates the diagrams, and writes every guide on the blog. Nothing here is outsourced and there is no content team.

The strategy guides come out of building the games. Writing a Sudoku generator that guarantees exactly one solution means implementing the human solving techniques first — cross-hatching, hidden singles, naked and hidden pairs, pointing pairs, box/line reduction — and then rating each puzzle by which of them it actually needs. The diagrams in those articles are rendered directly from that engine, from positions the solver has verified, rather than drawn by hand to fit the text: every board you see in a guide is a real, solvable position. The Minesweeper and 2048 articles come from the same place — the counting, probability and merge logic they explain is the logic behind the games' own hint and difficulty code.

It's a labour of love, maintained and updated as the games change. Found a bug, have a feature idea, or want to suggest a game to add next? Write to hello@minimalist-games.com — a real person reads every message. More on the Contact page.

Home · Blog · Contact · Privacy · Terms