{"slug": "turing-s-mirror-a-game-about-the-question-we-still-haven-t-answered", "title": "Turing's Mirror — A Game About the Question We Still Haven't Answered", "summary": "A developer created 'Turing's Mirror', a browser game that challenges players to distinguish between human and AI-generated text across five rounds representing key years in AI history. Built with vanilla JavaScript, the game visually shifts from dark to light as players progress, reflecting the increasing difficulty of the Turing Test. The project was submitted to the June Solstice Game Jam and honors Alan Turing's legacy, including his persecution for being gay.", "body_md": "*This is a submission for the June Solstice Game Jam*\n\n** Turing's Mirror** is a browser game about the one question Alan Turing asked in 1950 that we still haven't answered: can you tell the difference between a human and a machine?\n\nYou read 10 conversations. For each message, you decide: human or AI?\n\nSounds simple. Round 1, it is. By Round 5, you'll second-guess everything.\n\nThat's the point.\n\n🎮 [Play it here](https://tejas164321.github.io/Turing-s-Mirror/)\n\n💻 [GitHub](https://github.com/tejas164321/Turing-s-Mirror)\n\nJune is Turing's birth month. This jam runs through June 21st — the solstice, the longest day, the turning point of the year. The timing felt too right to ignore.\n\nTuring gave computing its soul. Not the circuits, not the transistors — the *question*. In his 1950 paper *Computing Machinery and Intelligence*, he didn't ask \"can machines think?\" He replaced that impossible question with a practical one: can a machine fool a human into thinking it's human?\n\nHe called it the Imitation Game.\n\nWe've been playing it ever since — except now, in 2026, we're the ones being fooled. Regularly. By machines that learned from us.\n\nI wanted to make people *feel* that shift. Not read about it. Feel it.\n\nThe visual design maps directly onto the jam themes.\n\n**Dark = the machine's world.** The game opens on a near-black background. Cold, clean, perfect. That's what early AI sounds like: polished in the wrong way, like someone who memorised manners without understanding them.\n\n**Light = human truth.** As rounds progress and the AI gets more convincingly human, the screen warms. Win — correctly spot the human more than half the time — and the screen floods with light. Solstice light.\n\nLose, and you stay in the dark. The machines have crossed the line Turing drew.\n\nEach round is labelled with a real year from AI history:\n\n| Round | Year | What it represents |\n|---|---|---|\n| 1 | 1926 | Before Turing — AI is science fiction |\n| 2 | 1936 | Turing's first paper on computation |\n| 3 | 1950 | The Turing Test is published |\n| 4 | 1966 | ELIZA, the first chatbot |\n| 5 | 2026 | Today: AI that passes the test regularly |\n\nBy 2026, you're trying to find humanity in text generated in milliseconds. Welcome to the present.\n\nNo frameworks. No API keys. No backend. Just HTML, CSS, and vanilla JavaScript — because the simplest formulation of a problem is usually the most revealing one.\n\nThe game data is an array of message pairs — one human, one AI — shuffled randomly so you can't pattern-match by position:\n\n``` js\nconst rounds = [\n  {\n    messages: [\n      { text: \"Hello! I am doing well today. How may I assist you?\", isAI: true },\n      { text: \"ugh it's so hot today lol, can't even think straight\", isAI: false }\n    ],\n    difficulty: \"1926 — Before the Test\"\n  },\n  // rounds 2-5 get progressively harder\n];\n```\n\nThe hardest part wasn't the code — it was writing the messages. I spent real time rewriting the Round 5 pair. Write an AI response, decide it's too obviously robotic. Make it more human. Decide it's *too* human now. Realize: that uncertainty is exactly the problem Turing described.\n\nThe final Round 5 pair:\n\nI got this one wrong myself, re-reading it cold a day later.\n\nThe ending closes on Turing's real story, in four lines:\n\nAlan Turing (1912–1954). He gave us the test to define intelligence. He was persecuted for who he loved. He was pardoned in 2013 — 59 years too late. The light he switched on for computing never went out.\n\nJune is also Pride Month. Turing was gay, and the British government chemically castrated him for it. He died at 41. We live in the world he built; the dignity he was owed never arrived in time. I didn't want to make a game that skips that.\n\n**The Turing Test is not really about AI. It's about us.** The game teaches you to look for imperfection and emotional messiness as signals of humanity. The scariest moment in playtesting was when someone pointed at a human message and said \"that sounds so AI.\" We've started writing like the models we trained.\n\n**Simplicity is a design choice.** The entire game is one HTML file and one JS file. No build step. I tried to honor Turing's own instinct: reduce the problem to its essentials.\n\n**Best Ode to Alan Turing** — this submission honors Turing through:\n\n🎮 [Play Turing's Mirror](https://tejas164321.github.io/Turing-s-Mirror/)\n\n💻 [View the code](https://github.com/tejas164321/Turing-s-Mirror)\n\nIt takes about 5 minutes to play. The Round 5 messages will make you pause.\n\n*Built solo by Tejas Patil ( @tejas164321) for the DEV June Solstice Game Jam, June 2026.*", "url": "https://wpnews.pro/news/turing-s-mirror-a-game-about-the-question-we-still-haven-t-answered", "canonical_source": "https://dev.to/tejas164321/turings-mirror-a-game-about-the-question-we-still-havent-answered-1e3o", "published_at": "2026-06-21 07:08:00+00:00", "updated_at": "2026-06-21 07:36:33.287833+00:00", "lang": "en", "topics": ["artificial-intelligence", "large-language-models", "ai-ethics", "ai-research", "developer-tools"], "entities": ["Alan Turing", "Turing's Mirror", "June Solstice Game Jam", "ELIZA", "GitHub", "Computing Machinery and Intelligence"], "alternates": {"html": "https://wpnews.pro/news/turing-s-mirror-a-game-about-the-question-we-still-haven-t-answered", "markdown": "https://wpnews.pro/news/turing-s-mirror-a-game-about-the-question-we-still-haven-t-answered.md", "text": "https://wpnews.pro/news/turing-s-mirror-a-game-about-the-question-we-still-haven-t-answered.txt", "jsonld": "https://wpnews.pro/news/turing-s-mirror-a-game-about-the-question-we-still-haven-t-answered.jsonld"}}