Game review
SPACECRAFT
7 / 10
- Developer
- Csaba Csecskedi
- Publisher
- Independent
- Released
- 1 January 2018
- Platforms
- Web browser (desktop and mobile)
- Genre
- Endless runner
- Monetisation
- Free, no ads and no in-game purchases
- Players
- Single-player only
The short version
SPACECRAFT takes the familiar three-lane endless-runner formula and sets it across a string of planets and moons, with four swipe gestures each doing something distinct: up jumps, down shrinks to slip under space junk, left and right change lanes, and a tap fires a booster that destroys asteroids outright. What sets it apart from most jam-sized runners is how plainly it explains all of that before a single swipe happens — a full instruction screen spelling out every gesture and what it's for, something this review found genuinely missing from several other candidates in this batch. Every one of those swipes was confirmed working directly, moving the low-poly probe cleanly between lanes on a simulated touchscreen with zero errors. It's a competent, well-explained runner rather than a genre-defining one — js13kgames.com's own scoring places it a respectable but unremarkable 65th of 150 entries in 2018 — but what's here works exactly as it says it will.
Biggest strengths
- Genuinely clear onboarding, rare enough in this batch to call out specifically: before the first level even loads, a full-screen instruction panel spells out every gesture — "JUMP - Swipe UP," "SHRINK - Swipe DOWN," "MOVE - Swipe LEFT/RIGHT," "BOOST - TAP" — along with what each hazard type requires
- Swipe-based lane changing confirmed working directly rather than assumed: swiping right moved the probe cleanly into the right lane, and a follow-up swipe left brought it back to centre, both tracked correctly on a simulated 390x844 touchscreen with zero console or page errors
- Real mechanical variety in what the swipes are for, rather than a single repeated action — space junk requires shrinking through, asteroids require a boosted tap to destroy, and both read as distinct obstacle types requiring distinct responses rather than one dodge button reskinned three ways
Biggest weaknesses
- A competent rather than standout result by the competition's own numbers — js13kgames.com places it 65th of 150 entries in the 2018 Overall category, solidly mid-pack rather than a showcase entry
- The three-lane swipe-runner format itself is a well-worn mobile formula, and while the execution here is clean, nothing about the core loop reinvents what dozens of similar runners already do
- No stated licence anywhere in the repository — a jam oversight rather than a deliberate reservation of rights, but it means this is hosted here on credit alone rather than a real grant
Who it's for: Endless-runner fans who want a quick, well-explained mobile session with real mechanical variety in its obstacles
Our recommendation: A solid, honestly-built runner — worth a few minutes, particularly for how clearly it teaches its own controls before asking anything of the player
7 / 10
Three-lane endless runners are one of the most common shapes a small mobile game takes, which makes the quality of the details — how clearly it's explained, how reliably the controls respond — the thing that actually separates one from the pile. SPACECRAFT sets its version of the formula across the Solar System: collect data tokens from planet to planet and moon to moon, dodging or destroying whatever the game throws in the way, until a probe inevitably goes offline.
The instructions a lot of small games skip
Before anything else, it's worth naming what SPACECRAFT does that several other candidates reviewed alongside it this batch did not: it tells the player exactly what to do. A full-screen panel lays out every gesture in plain language before the first level loads — swipe up to jump, down to shrink and slip under space junk, left or right to change lanes, tap to fire a booster that destroys asteroids outright. That's not a small thing. This review has spent real effort this cycle proving that a "tap and hold" or "swipe anywhere" instruction actually works as described in games that never explain it in-game at all; SPACECRAFT simply states it up front and then delivers on it.
Confirmed, not assumed
Rather than take that instruction screen at face value, this review tested it directly. On a simulated 390x844 touchscreen, a swipe right moved the low-poly probe cleanly from the centre lane into the right lane, and a follow-up swipe left brought it back — exactly the response the instructions promise, with zero console or page errors across every test. Reading the bundled JavaScript confirms why it's reliable: swipe gestures translate directly into the same inputs the keyboard uses, with no separate mouse-only code path and no platform-specific gate switching anything off for mobile. The obstacle variety holds up under testing too — space junk and asteroids read as genuinely different problems requiring genuinely different responses, not one dodge mechanic wearing two skins.
A solid result, not a standout one
It's worth being straightforward about where this lands competitively: js13kgames.com's own scoring places SPACECRAFT 65th of 150 entries in 2018, a real middle-of-the-pack result rather than a showcase one. That tracks with playing it — the three-lane runner format is thoroughly familiar, and nothing about the core loop here reinvents it. What earns this a place on the shelf isn't novelty; it's that everything it sets out to do, it does correctly and explains clearly, which is a lower bar than brilliance but one plenty of small games still miss.
The verdict
SPACECRAFT is a well-built, honestly-explained endless runner that happens to be set across the Solar System rather than a city street. It won't be the game that redefines the genre for this shelf, but its touch controls are confirmed to work exactly as promised, and its instructions are some of the clearest this review has encountered in a batch where that clarity has been the exception rather than the rule.
Pros and cons
Pros
- Genuinely clear onboarding, rare enough in this batch to call out specifically: before the first level even loads, a full-screen instruction panel spells out every gesture — "JUMP - Swipe UP," "SHRINK - Swipe DOWN," "MOVE - Swipe LEFT/RIGHT," "BOOST - TAP" — along with what each hazard type requires
- Swipe-based lane changing confirmed working directly rather than assumed: swiping right moved the probe cleanly into the right lane, and a follow-up swipe left brought it back to centre, both tracked correctly on a simulated 390x844 touchscreen with zero console or page errors
- Real mechanical variety in what the swipes are for, rather than a single repeated action — space junk requires shrinking through, asteroids require a boosted tap to destroy, and both read as distinct obstacle types requiring distinct responses rather than one dodge button reskinned three ways
- A clean low-poly 3D presentation that renders correctly on both a phone-sized canvas and a desktop browser, with a level-select screen showing genuine planet-to-planet progression rather than one endless track
- Confirmed touch-only input coverage by reading the bundled JS directly: swipe gestures map to the same inputs the keyboard uses, with no separate mouse-only path and no platform gate disabling anything on mobile
Cons
- A competent rather than standout result by the competition's own numbers — js13kgames.com places it 65th of 150 entries in the 2018 Overall category, solidly mid-pack rather than a showcase entry
- The three-lane swipe-runner format itself is a well-worn mobile formula, and while the execution here is clean, nothing about the core loop reinvents what dozens of similar runners already do
- No stated licence anywhere in the repository — a jam oversight rather than a deliberate reservation of rights, but it means this is hosted here on credit alone rather than a real grant
- Progression is entirely score-and-distance based with a fixed set of planets to unlock; there's a ceiling on how much variety a session offers once the mechanics are learned