Game review
Tetrisweeper
7.5 / 10
- Developer
- Kertis Jones
- Publisher
- Kertis Jones
- Released
- 1 January 2020
- Platforms
- Desktop (mouse and keyboard required; no touch support)
- Genre
- Puzzle
- Monetisation
- Free to play in-browser as a demo; the full game is pay-what-you-want (suggested $2) on itch and separately available on Steam
- Players
- None in the browser demo tested (a "Flash Marathon" and "Online Sprint" mode were visible but locked behind a Steam unlock)
The short version
Tetrisweeper fuses two genres that have no obvious business working together and makes them work: clear a line in a normal falling-block Tetris stack, and the blocks left behind reveal Minesweeper-style numbers and flags, turning line-clearing into a genuine logic puzzle rather than just a reflex test. This review confirmed real keyboard-driven play on desktop — arrow keys moved and rotated a falling piece, locking it in revealed a numbered tile, and the score and mine counters updated live. Getting it running at all took real effort: the itch-hosted build uses Unity's Addressables asset system, which meant tracking down and individually fetching over a dozen separate asset bundle files beyond the obvious Build folder before the title screen would even render — all confirmed clean and functional once correctly assembled. Two things are worth knowing before playing: this is explicitly a "Demo" build (labeled as such in the corner of the screen) of a game also sold on Steam, with a couple of modes visibly locked behind a purchase; and there is no repository anywhere to verify itch's own stated MIT code / CC0 asset license against an actual LICENSE file, so this ships with that license disclosed as stated but unverified.
Biggest strengths
- A genuinely original core idea, confirmed working as designed — Tetris line-clears reveal a Minesweeper board underneath, tested directly with real keyboard input producing a live score increase, a rising mine counter, and revealed number tiles exactly as the concept promises
- Full keyboard control confirmed: arrow keys moved and rotated the falling piece, and hold/next piece previews updated correctly across multiple placements in testing
- Clean, polished presentation — a proper title screen, settings, scoring reference, and leaderboard menu, all rendered without visual glitches once the build was correctly assembled
Biggest weaknesses
- Explicitly a demo of a commercial product — a "Demo-B" watermark is visible in the corner, and "Flash Marathon" and an "Online Sprint" mode are shown locked, unlockable only via the Steam version, which is disclosed here so nobody expects the full game
- No source repository exists anywhere to verify itch's self-reported MIT code / CC0 asset license against an actual license file; it ships here with that license stated as claimed by the developer but not independently verifiable, consistent with this shelf's disclosure policy for unlicensed-in-practice work
- This is a genuinely mouse-and-keyboard game with no touch support anywhere in its own build; checked directly on a simulated phone, where the heavy Unity/Addressables bundle did not finish rendering even after a long wait, reinforcing that this is squarely a desktop experience
Who it's for: Puzzle fans who want a genuinely original twist on two classic formats, played with a keyboard
Our recommendation: A clever, functional free demo of a real commercial puzzle game — confirmed working, honestly a demo, and worth the desktop session
7.5 / 10
Tetrisweeper answers a question nobody asked but plenty of people will enjoy the answer to: what if clearing a line in Tetris didn't just clear it, but revealed a hidden Minesweeper board underneath? Every locked-in block becomes a face-down tile; clearing lines flips some of them, and the numbers and mines that show up start to matter for where you choose to drop your next piece. It's a genuinely clever mechanical fusion, not just a reskin of one game with the other's name attached.
Confirmed playing correctly, after real effort to host
Testing this directly on desktop, arrow keys moved and rotated a falling piece exactly as expected, and locking a piece into place revealed a numbered Minesweeper tile beneath it while the score and a running mine counter updated in real time — from a score of 0 up to 3 across a short test sequence, with the mine count climbing alongside it. Hold and Next piece previews updated correctly between pieces. Zero console errors, zero page errors, and zero failed requests once the game was fully assembled.
That last qualifier matters: this build uses Unity's Addressables system, which loads game content from a set of separate asset bundle files at runtime rather than bundling everything into the main WebGL build. Getting this candidate running at all meant tracking down and individually fetching more than a dozen of these bundle files — including a full set of per-language localization bundles — beyond what the page's own HTML referenced directly. It's disclosed here because it's a real reflection of how this particular build is put together, not because it affects anything about how the finished, correctly-hosted game plays.
What to know before playing
Two things are worth being upfront about. First, this is explicitly a demo: a small "v1.8.8 Demo-B" watermark sits in the corner of the title screen, and two of the available modes — Flash Marathon and an Online Sprint mode — are shown locked, unlockable only through the paid Steam release. The free Marathon mode tested here is a real, complete slice of the game, not a crippled tech demo, but it isn't the whole product. Second, itch.io's own page states an MIT code license and CC0 asset license, but no source repository exists anywhere to check that claim against an actual LICENSE file. That statement is disclosed here as the developer's own claim rather than something independently verified, consistent with how this shelf handles games it can't confirm licensing for through a canonical source.
This is also, without question, a desktop game. There's no touch input anywhere in the shipped build, and checking directly on a simulated phone, the heavy Unity/Addressables payload didn't finish rendering even after a generous wait — reinforcing rather than contradicting its correct classification here.
Where that leaves it
A 7.5 reflects a genuinely original, well-executed puzzle hybrid, confirmed working end to end with real keyboard input, presented honestly as the free demo it is rather than something it isn't. Worth a real sit-down session for puzzle fans who want something they haven't played a hundred times before.
Pros and cons
Pros
- A genuinely original core idea, confirmed working as designed — Tetris line-clears reveal a Minesweeper board underneath, tested directly with real keyboard input producing a live score increase, a rising mine counter, and revealed number tiles exactly as the concept promises
- Full keyboard control confirmed: arrow keys moved and rotated the falling piece, and hold/next piece previews updated correctly across multiple placements in testing
- Clean, polished presentation — a proper title screen, settings, scoring reference, and leaderboard menu, all rendered without visual glitches once the build was correctly assembled
- Zero console errors, zero page errors, and zero failed requests once every required asset bundle was in place
Cons
- Explicitly a demo of a commercial product — a "Demo-B" watermark is visible in the corner, and "Flash Marathon" and an "Online Sprint" mode are shown locked, unlockable only via the Steam version, which is disclosed here so nobody expects the full game
- No source repository exists anywhere to verify itch's self-reported MIT code / CC0 asset license against an actual license file; it ships here with that license stated as claimed by the developer but not independently verifiable, consistent with this shelf's disclosure policy for unlicensed-in-practice work
- This is a genuinely mouse-and-keyboard game with no touch support anywhere in its own build; checked directly on a simulated phone, where the heavy Unity/Addressables bundle did not finish rendering even after a long wait, reinforcing that this is squarely a desktop experience
- The underlying Unity build is unusually heavy to self-host (over a dozen separate asset bundle files beyond the main build, totaling roughly 140MB), which is disclosed here as a hosting-complexity note rather than a player-facing issue