Game review
Cat Survivors
7.5 / 10
- Developer
- Elias Ku and Alexandra Al
- Publisher
- Self-published
- Released
- 13 September 2025
- Platforms
- Web browser (desktop and mobile)
- Genre
- Action / Survival
- Monetisation
- Free, open source, no ads and no in-game purchases
- Players
- Single-player only
The short version
Cat Survivors packs a genuine, working Vampire Survivors clone into a 13-kilobyte js13k entry — auto-firing weapons, level-up cards you choose mid-fight, and a runaway swarm of enemies to dodge for ten minutes — starring a black cat instead of a wizard. The touch control is a drag-anywhere virtual joystick rather than a fixed pad, and it was tested directly: dragging moved the cat, fed it into enemies and pickups, and triggered kills and level-ups exactly as it should, with the on-screen upgrade cards also confirmed responding to touch. It doesn't reinvent its own genre and a js13k judge's own comment warns the endgame gets laggy, but what's here plays properly on a phone, which is the bar this shelf sets.
Biggest strengths
- "Drag-to-move touch control confirmed working end to end: a held drag through Chromium's real touch input pipeline moved the cat, changed the on-screen kill counter, and filled the XP bar exactly as the same directions do with WASD on desktop"
- The level-up cards (three weapon or stat choices shown on a canvas overlay) responded correctly to touch taps in testing, confirmed by watching a chosen weapon actually appear and later level up on a second pass through the same screen
- A surprising amount of actual game for 13 kilobytes — multiple weapon types with distinct behaviour (homing knives, boomerangs that return, random-direction fireballs, damage auras), a currency and hint-adjacent upgrade-card system, and a stated ten-minute survival goal with its own ending
Biggest weaknesses
- "A js13k judge's own comment on the competition page reads 'By endgame, the game becomes extremely laggy' — not independently reproduced in this pass since testing stayed to the opening minutes, but it comes from someone who played a full run, and this is exactly the kind of degradation that would hurt touch responsiveness the longer a session runs"
- No LICENSE file in the repository or the frozen competition build pulled from js13kGames' own archive — publishing here under Dave's 7 September ruling for unlicensed entries that clear the bar, credited to the author with a takedown option, not under an open licence
- "Openly working the same seam as Vampire Survivors and its enormous field of imitators — the cat theme and the byte-count constraint are the distinguishing features, not the moment-to- moment design, which follows the template closely"
Who it's for: Fans of Vampire Survivors and its many imitators who want a bite-sized, free browser version with no download and no monetisation attached
Our recommendation: Add to the shelf. Working drag-to-move touch controls on a real action game, not just a static puzzle, is exactly the kind of thing this section exists to surface
7.5 / 10
Cat Survivors is exactly what it sounds like if you know the genre it's borrowing from: a small black cat stands in a field, enemies close in from every side, and a weapon fires on its own while the only thing you actually control is where the cat stands. Survive, level up by walking into green XP bubbles, pick one of three upgrade cards each time you do, and the authors promise a "romantic ending" if you last the full ten minutes. It is, structurally, Vampire Survivors with a cat instead of a wizard, built to fit inside js13k 2025's 13-kilobyte size limit — and for a budget that tight, it's a genuinely complete little game rather than a tech demo with a timer.
The touch control is a real drag-anywhere joystick, and it works
This is a bullet-heaven, not a puzzle, so the control test that matters is whether the cat can actually be steered by touch while the screen fills with enemies — not just whether a menu button responds. It was tested directly with a real held drag dispatched through Chromium's touch pipeline (the correct way to test a virtual joystick, since a instant flick can't tell you whether a held, moving touch is tracked): dragging down, then right, then left, then down again each visibly moved the cat and scrolled the background, and the same session's kill counter and XP progress ("3 of 5", then a level-up) climbed exactly as they should while doing it. This isn't a fixed on-screen pad like some games on this shelf — it reads the touch position directly, the way the game's own description says it should ("Use touch screen virtual pad to move").
The level-up screen is a separate test, since it's a different input entirely: three cards drawn on the same canvas, tappable on touch or selectable with 1/2/3 on a keyboard. Tapping a card was confirmed working by watching the effect carry over: a weapon chosen on one level-up screen showed up already owned and ready to level further the next time the screen appeared, rather than the same three "New!" options resetting each time. Keyboard parity on desktop was confirmed the same way, holding W/A/S/D to move the cat around a wide arena exactly as the touch drag does on phone.
Familiar bones, a real amount of content on top
Past the opening minute, the upgrade cards started showing real variety — knives that home in on the aim direction, a boomerang that comes back, random-direction fireballs, a damage aura, and a bullet-count upgrade for an existing weapon — which is more build variety than a lot of full-sized browser games manage, let alone a 13-kilobyte one. None of this is a new idea; it's the Vampire Survivors template applied competently, with a cat skin and a genre the js13k competition sees a lot of every year. What earns it a place here is that the template is actually finished and the controls that make it playable on a phone are the real thing, not a decorative afterthought.
One thing worth taking seriously without having reproduced it directly: a js13k judge's own comment on the game's competition page says the endgame gets "extremely laggy." Testing for this review stayed in the opening couple of minutes, where performance was clean throughout, so that specific claim wasn't independently confirmed — but it's a first-hand account from someone who played a full run, not a guess, and a canvas full of enemies and projectiles is exactly where a tight byte budget usually starts to show its seams. A reader planning to chase the full ten minutes should go in expecting some slowdown late.
Final verdict
Cat Survivors doesn't try to be more than a well-made entry in an extremely crowded genre, and it doesn't need to be: the drag-to-move control was tested directly and it moves the cat, feeds it into fights, and lets you pick upgrades by touch exactly as the game claims, which is the one thing this shelf actually checks for. The lack of a licence file keeps it out of a higher tier of trust and the reported late-game lag is a real asterisk, but neither one is a reason to keep a working, free, ad-free action game off a shelf built for exactly this kind of thing. Recommended.
Pros and cons
Pros
- "Drag-to-move touch control confirmed working end to end: a held drag through Chromium's real touch input pipeline moved the cat, changed the on-screen kill counter, and filled the XP bar exactly as the same directions do with WASD on desktop"
- The level-up cards (three weapon or stat choices shown on a canvas overlay) responded correctly to touch taps in testing, confirmed by watching a chosen weapon actually appear and later level up on a second pass through the same screen
- A surprising amount of actual game for 13 kilobytes — multiple weapon types with distinct behaviour (homing knives, boomerangs that return, random-direction fireballs, damage auras), a currency and hint-adjacent upgrade-card system, and a stated ten-minute survival goal with its own ending
- Full keyboard parity on desktop (WASD/arrows to move, 1/2/3 to pick upgrades) confirmed working via held key presses, and no analytics or external network calls anywhere in the 13-kilobyte bundle
- The competition page carries an actual postmortem write-up and a gameplay video from the author, and unprompted player comments on that same page independently corroborate a good mobile experience
Cons
- "A js13k judge's own comment on the competition page reads 'By endgame, the game becomes extremely laggy' — not independently reproduced in this pass since testing stayed to the opening minutes, but it comes from someone who played a full run, and this is exactly the kind of degradation that would hurt touch responsiveness the longer a session runs"
- No LICENSE file in the repository or the frozen competition build pulled from js13kGames' own archive — publishing here under Dave's 7 September ruling for unlicensed entries that clear the bar, credited to the author with a takedown option, not under an open licence
- "Openly working the same seam as Vampire Survivors and its enormous field of imitators — the cat theme and the byte-count constraint are the distinguishing features, not the moment-to- moment design, which follows the template closely"
- "A discovery note claimed a 2nd-place Overall and 2nd-place Mobile finish at js13k 2025; that placement could not be independently confirmed in this pass and is not repeated as fact here — what is confirmed directly from js13kgames.com's own record is the entry, its author, and its exact 13,215-byte competition size"