Game review
The Evolution of Trust
7.5 / 10
- Developer
- Nicky Case
- Publisher
- Nicky Case
- Released
- 1 January 2017
- Platforms
- Web browser (desktop and mobile)
- Genre
- Interactive Explainer / Simulation
- Monetisation
- Free, open source (CC0), no ads and no in-game purchases
- Players
- Single-player only (against scripted and player-designed AI strategies)
The short version
The Evolution of Trust makes you play its argument instead of reading it: a one-shot prisoner's dilemma, then an iterated version, then a full tournament of named strategies, then an evolutionary simulation where the population itself shifts round by round — each stage a real interactive choice, not a slide with a "next" button bolted on. Nine years old and still drawing new players, it's one of the best-regarded pieces of explorable-explanation design on the web. The rough edge is entirely on this shelf's home turf: the page ships with no mobile viewport tag at all, so a phone opens it at desktop scale by default, and the "continue" buttons sit on an animated background that occasionally eats a tap, requiring a second one.
Biggest strengths
- Every stage of the 30-minute arc is a real interactive decision — cheat or cooperate, choose your opponent, design your own tournament entrant — not a passive slideshow with quiz questions stapled on
- The escalation is genuinely well-built: a single round teaches the basic payoff structure, a repeated match introduces retaliation and forgiveness, a full round-robin tournament introduces named strategies (Copycat, Cheater, Copykitten), and an evolutionary sandbox lets you tune mutation and noise yourself
- 6,280 GitHub stars and 1,002 forks as of this writing, translated into over 30 languages by volunteers, and still receiving commits as of December 2025 — this is not an abandoned 2017 curiosity
Biggest weaknesses
- The page ships with no mobile viewport meta tag, so a phone browser renders it at a roughly 980px desktop-width layout by default and scales the whole thing down — everything is readable but noticeably smaller than it should be until the player manually zooms in
- The "continue" buttons sit on top of a continuously animated decorative background, and testing found a tap or click on the exact button center can occasionally land on the moving background layer instead and do nothing, requiring a repeat tap — confirmed on both touch and mouse, not just the simulated phone
- It is an interactive explainer more than a game in the replay-for-fun sense: once you've seen the argument, the sandbox mode is the only reason to open it again
Who it's for: Anyone curious why cooperation between people, companies or countries breaks down — and anyone who wants to see what a genuinely well-designed piece of interactive nonfiction looks like
Our recommendation: Worth playing on any device; on a phone, expect to pinch-zoom once at the start and occasionally tap a button twice
7.5 / 10
Most explanations of the prisoner's dilemma tell you the payoff matrix and move on. The Evolution of Trust hands you the machine and makes you decide whether to put the coin in, watches you get burned by an opponent who cheats, and only then explains why you were right or wrong to trust them. That's the whole design philosophy running through Nicky Case's 2017 interactive essay: every idea about cooperation, retaliation and forgiveness gets taught by playing it first, in a genuine 30-minute arc that builds from a single choice to a full evolving population of competing strategies.
An argument you play, not read
The structure escalates in a way that actually earns its length. It opens with one irreversible choice — cheat or cooperate, once — and immediately shows you the payoff math when your trust gets punished. From there it moves to an iterated version of the same game against a specific opponent, where a single round of data isn't enough and a pattern of behavior starts to matter more than any one decision. Then it opens into a full round-robin tournament between named strategies — Copycat (plain tit-for-tat), Cheater, Cooperator, Grudger, Detective — and lets you watch which philosophy actually wins over hundreds of rounds. The final act turns the tournament into an evolutionary simulation where strategies reproduce, mutate and die out based on how well they scored, with sliders to tune noise and population size yourself. Reading the source confirms this isn't smoke and mirrors: the tournament and evolution simulations are real implementations of Axelrod's actual iterated-prisoner's-dilemma experiments, not a scripted animation dressed up to look interactive.
That structure is why it holds attention for the full half hour where a lot of "explorable explanations" fall apart after the first novelty wears off. Copycat winning a tournament full of more aggressive strategies is a genuinely interesting result on its own; watching a population of mostly-Copycat agents get destabilized by a small amount of random noise, and seeing exactly which mutation fixes it, is the kind of thing you have to run yourself to actually believe.
Where the shelf's own priorities bite
This is where a nine-year-old piece of interactive design bumps into the one thing this shelf cares about most. The page has no <meta name="viewport"> tag anywhere in its markup, so a phone browser defaults to treating it as a desktop page — laying it out at roughly 980 CSS pixels wide and scaling the whole thing down to fit the screen. Everything stays legible and every tap still lands where it visually appears, but the out-of-the-box presentation on a phone is smaller and blurrier than it should be until you pinch-zoom in yourself, which is exactly the kind of "it resizes but it isn't actually built for a phone" gap this shelf exists to filter for.
The second issue is smaller but real: the game's "continue" buttons sit inside a container with a continuously animated decorative background (the drifting key-and-head pattern visible throughout), and testing found that a tap or a mouse click landing dead-center on a button occasionally does nothing at all — confirmed repeatedly on both the simulated touchscreen and a desktop mouse, not a touch-specific quirk. It's not a hard failure; a second tap always got through in testing, and nothing about the interaction is actually broken. But it is a real, verifiable rough edge on the specific thing this shelf promises: reliable one-tap controls.
Neither issue stopped a full run — title screen, the fade-in intro, and into the first tournament choice — from completing on a simulated phone with zero console errors, zero page errors and zero failed network requests. The underlying interaction code works; it just occasionally needs a second attempt, and it renders smaller than ideal until you zoom.
A clean bill of health on licensing, with one asset swap
The repository is CC0 end to end for the code, and the README credits its sound effects individually — almost all of them CC0 from freesound.org. Two were not: the slot-machine start-up sound was Creative Commons Sampling+ (a licence that doesn't permit shipping the clip unchanged), and one UI click was explicitly CC BY-NC, which this shelf's own standing rule treats as incompatible with hosting here. Both were swapped out for other CC0 sound effects already bundled in the same project before this copy went live; everything else, including the "Bleu" background track by Komiku, checked out as genuinely CC0.
Verdict
The Evolution of Trust earns its reputation: it's a rare case of an educational tool that's actually fun to interact with, its evolutionary tournament sandbox has real teeth, and it's been maintained and translated for the better part of a decade rather than abandoned after launch. The mobile experience isn't as polished as its content deserves — no viewport tag, and a background animation that occasionally steals a tap — but neither problem stops it from working, and what's underneath is worth the minor friction of pinch-zooming in once at the start.
Pros and cons
Pros
- Every stage of the 30-minute arc is a real interactive decision — cheat or cooperate, choose your opponent, design your own tournament entrant — not a passive slideshow with quiz questions stapled on
- The escalation is genuinely well-built: a single round teaches the basic payoff structure, a repeated match introduces retaliation and forgiveness, a full round-robin tournament introduces named strategies (Copycat, Cheater, Copykitten), and an evolutionary sandbox lets you tune mutation and noise yourself
- 6,280 GitHub stars and 1,002 forks as of this writing, translated into over 30 languages by volunteers, and still receiving commits as of December 2025 — this is not an abandoned 2017 curiosity
- Confirmed working end to end by real touch input on a simulated phone — title screen through the first tournament choice — with zero console errors, zero page errors and zero failed requests throughout
- Free and CC0 down to the code; two bundled sound effects that were actually licensed CC-BY-NC and CC-Sampling+ (not CC0, despite the repo's README implying an all-CC0 asset set) were swapped for other CC0 sounds already in the same folder before hosting here
Cons
- The page ships with no mobile viewport meta tag, so a phone browser renders it at a roughly 980px desktop-width layout by default and scales the whole thing down — everything is readable but noticeably smaller than it should be until the player manually zooms in
- The "continue" buttons sit on top of a continuously animated decorative background, and testing found a tap or click on the exact button center can occasionally land on the moving background layer instead and do nothing, requiring a repeat tap — confirmed on both touch and mouse, not just the simulated phone
- It is an interactive explainer more than a game in the replay-for-fun sense: once you've seen the argument, the sandbox mode is the only reason to open it again
- Playing it well requires reading fairly dense on-screen text at each stage, which is a different kind of engagement than most of this shelf and won't suit anyone looking for something purely reflexive