Game review
The Archivist and the Revolution
8.5 / 10
- Developer
- Autumn Chen
- Publisher
- Autumn Chen (itch.io: red-autumn)
- Released
- 1 January 2022
- Platforms
- Web browser (desktop and mobile)
- Genre
- Interactive Fiction / Narrative
- Monetisation
- Free, no ads and no in-game purchases
- Players
- Single-player only
The short version
This is a text-based, choice-driven piece of interactive fiction about Em, a middle-aged former archivist living with chronic illness in a sealed city that has already ended and rebuilt itself more than once, and it earns its considerable reputation. Placed 4th out of 70 entries at IFComp 2022, given an IGF Honorable Mention for Excellence in Narrative, and a winner of the 2022 IFDB Award for Outstanding Worldbuilding, it reads exactly like work at that level: specific, unhurried prose about surveillance labour, disability, and the exhaustion of living through a slow-motion collapse, rather than a fantasy adventure with a science-fiction coat of paint. For this shelf specifically, it's also close to a perfect case study: because every interaction is a plain link, built by the Dendry engine as an actual anchor tag, a tap and a click are the identical action with nothing to engineer and nothing to get wrong. The candidate arrived with a real gap — its background art and music aren't in the linked GitHub repository at all — recovered here from the developer's own official release rather than left missing.
Biggest strengths
- Every choice in the game is a real HTML link, generated by the Dendry engine's own choice renderer, so touch works identically to a mouse with zero custom input code — confirmed by tapping through several choices on a simulated phone and getting the exact same result as clicking them on desktop
- The prose is genuinely excellent and specific: the opening scene alone renders a dying world's artificial sun as "a poor simulacrum... hanging on the metal ceiling above," the kind of concrete, unsentimental image that carries the setting without a page of exposition
- Independently confirmed by a wide body of critical recognition rather than taken on faith: 4th of 70 at IFComp 2022, an IGF Honorable Mention for Excellence in Narrative, multiple 2022 XYZZY Award nominations, and the 2022 IFDB Award for Outstanding Worldbuilding and Outstanding Science Fiction Game
Biggest weaknesses
- The linked GitHub repository is missing the game's background images and music entirely — `core.js` references eleven files under `images/` and `music/` that simply aren't in the repo — so this copy uses the assets from the developer's own official itch.io release instead of the incomplete public source
- No licence file exists anywhere in the source repository despite itch.io's page listing the code as MIT; per this shelf's standard, an unverified self-reported licence isn't treated as proof, so this is hosted as an unlicensed work with the author credited and a same-day takedown offer, not represented as openly licensed
- Contains significant mature content by the author's own content warning list: optional sexual content, violence, illness, death, transphobia, and homophobia — the game itself lets you opt in or out of explicit warnings before starting, but this is not a casual pick-up for every reader or every context
Who it's for: Readers who want substantial, literary interactive fiction with real emotional and political weight; not a fit for anyone looking for a quick arcade session
Our recommendation: One of the strongest candidates reviewed for this shelf — worth the 30-60 minutes it asks for
8.5 / 10
Em used to be an archivist. Now she reviews other people's surveillance data for a fee she badly needs, in a city sealed off from whatever is left of the outside world, coping with chronic fatigue that her employer treats as a productivity problem rather than a medical one. That's the premise of The Archivist and the Revolution, and it's handled with a level of specificity that explains the awards sitting next to its name: 4th out of 70 entries at IFComp 2022, an IGF Honorable Mention for Excellence in Narrative, and the 2022 IFDB Award for Outstanding Worldbuilding. This isn't a case of taking an itch.io blurb's word for quality — the prose backs it up from the first screen, rendering a fake ceiling-mounted sun as "a poor simulacrum" of the real thing and macroalgal trees standing in for a streetscape that doesn't exist anymore. It's science fiction more interested in labour, disability, and exhaustion than in spectacle, and it commits to that fully.
The best touch support on this shelf requires no touch support at all
There's a structural reason this game clears gate 2 of this shelf's admission bar without any special engineering, and it's worth naming plainly: built on the Dendry interactive fiction engine, every single choice in the game is rendered as a real, ordinary HTML anchor tag. A tap on a touchscreen and a click with a mouse are not two code paths that happen to produce the same result — they're the same event, handled the same way, because that's what an <a> element is. Testing this on a simulated 390×844 touch phone confirmed exactly that: tapping "Start game," then "Watch," advanced the story identically to clicking the same choices on a desktop browser, with the same prose, the same layout reflow, and the same pacing. When a shooter or a builder gets touch right, it's because someone built a dedicated input layer for it. When a piece of interactive fiction gets it right, it's often because the whole genre was never mouse-dependent in the first place — and that's a legitimate, if quieter, way to satisfy this shelf's whole reason for existing.
What arrived was incomplete, and not obviously so
The GitHub repository linked from this candidate's itch.io page is source code only, and it's missing something significant: core.js references eleven image and music files under images/ and music/ that don't exist anywhere in that repository, including all four pieces of the game's original score. Loading the page as committed silently drops every background image and every note of music with no error a casual visitor would notice — just a plainer, quieter version of the game than the one actually being reviewed everywhere else. The developer's official itch.io page hosts the complete release with all of that intact, and this copy uses those same asset files rather than shipping the gap. It's the kind of omission that's easy to miss entirely if you don't actually try to run the thing.
The licensing status needed the same kind of direct verification rather than taking a label at face value. itch.io's page lists the code as MIT, but there is no licence file, no licence text in the README (there isn't a README), and nothing in the commit history establishing it. A self-reported field on a storefront page is a lead, not proof, and this one doesn't hold up under a direct look at the source. Per this shelf's current policy on genuinely unlicensed work, it's hosted here rather than excluded, but represented honestly: as unlicensed, with the author credited, linked to their own release, and offered a same-day takedown rather than presented as openly licensed when it demonstrably isn't.
Heavy subject matter, handled seriously
This needs saying without hedging: the game's own content warnings list optional sexual content, violence, illness, death, transphobia, and homophobia, and the writing engages with disability and chronic illness as a lived condition, not a metaphor or a temporary obstacle. The title screen offers an explicit toggle to enable detailed warnings before anything sensitive occurs, which is a more genuinely respectful design than a warning splash page most people click through without reading. That doesn't make this suitable for every reader or every moment someone might open this shelf, and it's worth choosing deliberately rather than stumbling into.
Where that leaves it
An 8.5 reflects what's actually here: a critically vetted, carefully written piece of interactive fiction that happens to satisfy this shelf's core requirement almost by construction, let down by nothing more than a hosting gap that needed fixing before anyone could fairly judge it. This is not a quick arcade diversion, and it isn't trying to be one — it's asking for thirty to sixty minutes of real attention, and for the right reader, it earns every one of them.
Pros and cons
Pros
- Every choice in the game is a real HTML link, generated by the Dendry engine's own choice renderer, so touch works identically to a mouse with zero custom input code — confirmed by tapping through several choices on a simulated phone and getting the exact same result as clicking them on desktop
- The prose is genuinely excellent and specific: the opening scene alone renders a dying world's artificial sun as "a poor simulacrum... hanging on the metal ceiling above," the kind of concrete, unsentimental image that carries the setting without a page of exposition
- Independently confirmed by a wide body of critical recognition rather than taken on faith: 4th of 70 at IFComp 2022, an IGF Honorable Mention for Excellence in Narrative, multiple 2022 XYZZY Award nominations, and the 2022 IFDB Award for Outstanding Worldbuilding and Outstanding Science Fiction Game
- Handles disability and chronic illness as lived, specific experience rather than a plot device, which is rarer in games generally and worth calling out directly
- Content warnings are offered as an explicit, opt-in choice on the title screen itself before anything sensitive appears, which is a more respectful implementation than a static warning page most players click past unread
Cons
- The linked GitHub repository is missing the game's background images and music entirely — `core.js` references eleven files under `images/` and `music/` that simply aren't in the repo — so this copy uses the assets from the developer's own official itch.io release instead of the incomplete public source
- No licence file exists anywhere in the source repository despite itch.io's page listing the code as MIT; per this shelf's standard, an unverified self-reported licence isn't treated as proof, so this is hosted as an unlicensed work with the author credited and a same-day takedown offer, not represented as openly licensed
- Contains significant mature content by the author's own content warning list: optional sexual content, violence, illness, death, transphobia, and homophobia — the game itself lets you opt in or out of explicit warnings before starting, but this is not a casual pick-up for every reader or every context
- As a substantial work of literary fiction, it asks for 30 to 60 minutes of sustained reading attention, which is a completely different shape of "quick play" than most of what's on this shelf
- Save/load is local-storage only, so progress doesn't follow a player between devices or browsers