Game review
Meow or Never
4.8 / 10
- Developer
- Markus Fisch
- Publisher
- Self-published
- Released
- 13 September 2025
- Platforms
- Web browser (desktop and mobile)
- Genre
- Card game
- Monetisation
- Free, public domain, no ads and no in-game purchases
- Players
- Local pass-and-play only (2-4 players sharing one device); no single-player or AI mode
The short version
Meow or Never is a quick UNO-style card game where you play a card equal to or higher than the last one, swap when you can't, and race to empty the deck of black cats. Tapping a card was confirmed to genuinely play it — verified by watching the internal draw-pile count actually drop after a real touch tap, not just inferred from the source — and this review independently found and fixed a real mojibake bug in the shipped build (a missing character-encoding declaration was turning "≥" and curly apostrophes into garbled symbols). What the fix can't paper over is a string of design choices the competition's own judges pushed back on hard: there is no single-player or computer opponent at all, so a lone phone visitor cannot actually play a full game; the page forces itself into fullscreen without asking; and a harsh full-screen red flash punishes every invalid tap while you're still learning the rules.
Biggest strengths
- "Card taps were confirmed to genuinely register as real moves, not just visually: the game's own internal draw-pile counter was read directly before and after a touch tap on the correct player's card, and it dropped as expected, confirming the tap actually advanced game state rather than only looking like it did"
- "A real, independently-found bug was fixed during install rather than just reported: the shipped build has no character-encoding declaration, so a browser without one falls back to a legacy encoding and renders '≥' and curly apostrophes as garbled symbols — confirmed by reading the raw file bytes, and fixed here by adding the missing <meta charset=\"utf-8\"> tag, verified afterward to render correctly"
- Genuinely attractive card animations and a clean visual presentation, echoed by several independent competition comments ('nice presentation,' 'the graphics are good as are the animations')
Biggest weaknesses
- "There is no single-player mode and no computer opponent of any kind — confirmed both by reading the menu (it only offers 2, 3 or 4 players, sharing one device) and by multiple independent competition comments explicitly asking for one: 'I was not able to play against the computer and I had to play both players,' 'not a lot of fun for a single player... could have at least some kind of simple simulated opponent.' For a shelf whose visitors mostly arrive alone on a phone, that's disqualifying rather than a minor gap"
- "The page forces the browser into fullscreen mode on load without asking, which two separate competition judges called out as intrusive on the record ('forcing fullscreen without being prompted to is kind of rude', 'I'm not a fan of games which force fullscreen mode')"
- A full-screen red flash punishes every invalid tap, and at least one judge described getting 'constant red flashes no matter what I clicked on' while learning the rules — a harsh, repeated visual penalty for the exact mistakes a first-time player is expected to make
Who it's for: A physical group of 2-4 people passing one phone around who want a two-minute card game; not a solo visitor browsing this shelf alone
Our recommendation: Do not add to the shelf. The touch mechanic itself works, but the complete absence of a single-player mode means most visitors to this shelf literally cannot play a real game with it, and that is corroborated by several of the competition's own judges asking for exactly that
4.8 / 10
Meow or Never is a fast, UNO-shaped card game: play a card that matches or beats the last one played, swap a card out if you can't, and race to be the one holding the highest total when the last black cat lands. It looks good doing it — card flips and slides with a confident bit of CSS animation, and the rules are genuinely simple enough to pick up from a six-line list on the title screen.
The tap mechanic works — confirmed by reading the game's own state
Rather than trust the visual feedback alone, this was checked directly: the game exposes its internal draw-pile counter, and reading it before and after a real touch tap on the current player's card showed the count actually drop, confirming a tap genuinely plays a card and advances the game rather than just looking like it does. That's the right bar for this shelf, and it clears it. Separately, this review found and fixed a real bug in the shipped build: the page ships with no character-encoding declaration at all, so a browser falls back to a legacy default and renders the game's own "≥" and curly apostrophes as garbled symbols — confirmed by inspecting the raw file bytes, which are correctly UTF-8 encoded but simply never told the browser so. Adding the missing <meta charset="utf-8"> tag during installation fixed it, verified afterward by reading the rendered page text directly.
What the mechanic can't fix
None of that solves the problem several of the competition's own judges hit immediately: there is no way to play this alone. The menu offers a choice of 2, 3 or 4 players and nothing else — no single-player mode, no computer opponent — meaning a solo visitor arriving on this shelf, which is built around a phone and a thumb, cannot actually play a complete game without physically handing their device to other people. Independent comments on the competition page describe exactly this: "I was not able to play against the computer and I had to play both players," "not a lot of fun for a single player... could have at least some kind of simple simulated opponent." On top of that, the page forces the browser into fullscreen the instant it loads, without asking first, which two separate judges flagged as intrusive; and every invalid tap triggers a full-screen red flash, which at least one judge experienced as "constant red flashes no matter what I clicked on" while still learning which cards were legal to play. None of these are this review's own guesses — they're corroborated complaints from the game's own competition judges, and they line up with genuinely low placements across the board: 144th of the field for controls, 128th for gameplay, 146th for theme.
Final verdict
The core interaction — tap a card, watch it play — was independently verified to work, and this review leaves the build measurably better than it found it by fixing a real rendering bug. But a shelf built for phone visitors playing alone can't recommend a game that structurally requires more than one person to hold in their hands, on top of a forced fullscreen jump and a punishing flash effect that the game's own competition judges pushed back on. Not a fit for this shelf as shipped.
Pros and cons
Pros
- "Card taps were confirmed to genuinely register as real moves, not just visually: the game's own internal draw-pile counter was read directly before and after a touch tap on the correct player's card, and it dropped as expected, confirming the tap actually advanced game state rather than only looking like it did"
- "A real, independently-found bug was fixed during install rather than just reported: the shipped build has no character-encoding declaration, so a browser without one falls back to a legacy encoding and renders '≥' and curly apostrophes as garbled symbols — confirmed by reading the raw file bytes, and fixed here by adding the missing <meta charset=\"utf-8\"> tag, verified afterward to render correctly"
- Genuinely attractive card animations and a clean visual presentation, echoed by several independent competition comments ('nice presentation,' 'the graphics are good as are the animations')
- Public domain (Unlicense), confirmed by reading the actual UNLICENSE file, zero console errors and zero failed requests
Cons
- "There is no single-player mode and no computer opponent of any kind — confirmed both by reading the menu (it only offers 2, 3 or 4 players, sharing one device) and by multiple independent competition comments explicitly asking for one: 'I was not able to play against the computer and I had to play both players,' 'not a lot of fun for a single player... could have at least some kind of simple simulated opponent.' For a shelf whose visitors mostly arrive alone on a phone, that's disqualifying rather than a minor gap"
- "The page forces the browser into fullscreen mode on load without asking, which two separate competition judges called out as intrusive on the record ('forcing fullscreen without being prompted to is kind of rude', 'I'm not a fan of games which force fullscreen mode')"
- A full-screen red flash punishes every invalid tap, and at least one judge described getting 'constant red flashes no matter what I clicked on' while learning the rules — a harsh, repeated visual penalty for the exact mistakes a first-time player is expected to make
- "Judged well below the middle of the js13k 2025 field on every axis that matters here — controls 144th, gameplay 128th, theme 146th — which lines up with this review's own experience of a mechanic that technically works but is confusing and unforgiving to learn"