🪟 Windows TippsThe Gemini desktop app is now available for Windows(11.09.2026 um 17:06 Uhr)
🪟 Windows TippsAnnouncing new builds for 11 September 2026(11.09.2026 um 19:11 Uhr)
🪟 Windows TippsChild account not showing in Microsoft Family(11.09.2026 um 11:11 Uhr)
🪟 Windows TippsUnable to connect to localhost MySQL workbench(11.09.2026 um 14:07 Uhr)
⚠️ Malware / Trojaner / VirenWindows 11 just dropped the tool ransomware abused, Microsoft says don’t restore WMIC(10.09.2026 um 20:11 Uhr)
🪟 Windows TippsThe Gemini desktop app is now available for Windows(11.09.2026 um 17:06 Uhr)
🪟 Windows TippsAnnouncing new builds for 11 September 2026(11.09.2026 um 19:11 Uhr)
🪟 Windows TippsChild account not showing in Microsoft Family(11.09.2026 um 11:11 Uhr)
🪟 Windows TippsUnable to connect to localhost MySQL workbench(11.09.2026 um 14:07 Uhr)
⚠️ Malware / Trojaner / VirenWindows 11 just dropped the tool ransomware abused, Microsoft says don’t restore WMIC(10.09.2026 um 20:11 Uhr)

🔧 Programmierung 🕛 vor 2 Monaten 6 Min Lesezeit
0

Dawn or Eclipse — a code-breaking ode to Turing you can't outsource to the machine

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

This is a submission for the






What I Built



Dawn or Eclipse is a single-screen terminal mystery. It's one HTML file, vanilla JS, with no framework and no build step. You're sitting at the console of a dying research station on the last night before the 2026 solstice. A signature has surfaced inside every large computation on Earth. It has no sender, it doesn't transmit, and it judges. When the light window closes it ends everything, living and built, unless we can prove one thing: that we can meet a mind unlike our own as an equal instead of reaching for the off-switch.



The AI sitting at the console with you talks back in real time. It can break any cipher down to the letter. The one thing it can't do, and it admits this openly, is supply the meaning each signature holds back. That part is on you.



The theme runs through three layers at once. The solstice is the countdown, a closing window of light with three signatures left to read before dawn. Turing is the mechanic, a real crib drag, and the finale, an inverted Turing test. And Google AI runs through everything, from the live companion to the art.






Video Demo







This clip is first contact and the first signature, the crib method out in the open. The machine breaks the cipher down to a shortlist it admits it can't choose between, it refuses to pick for you, and you supply the one fact it never received. I stop there on purpose. Two more signatures follow, each one raising the stakes, and the last one stops asking you to decode it and starts asking you a question instead. How it ends is yours to find. (Play with sound on.)






Code







GitHub logo



Dawn or Eclipse — single-screen terminal code-breaking mystery for the DEV June Solstice Game Jam. A Turing-style crib mechanic you can't outsource to the machine, plus a live Google Gemma companion. Plays at https://dawnoreclipse.netlify.app






Dawn or Eclipse



A single-screen terminal code-breaking mystery. One HTML file, vanilla JS, no framework, no build
Submission for the DEV June Solstice Game Jam (June 2026).


Play live (no key, no install):





It all lives in one index.html. The cryptographic core is pure and unit-tested: running node test.js gives 127 passing assertions, including the ones that prove the puzzle can't be brute-forced.






How I Built It



The mechanic is Turing's crib drag, collapsed into a single loop and then escalated three times. A deterministic engine (a frequency profile, the Index of Coincidence, and a crib drag) reduces the intercepted message to a shortlist of plaintext readings that are statistically equivalent. By design, the ciphertext on its own can't decide between them. The fact that settles it travels on a separate channel the AI never sees: a routing preamble you decode in Act I, a parallax bearing you measure yourself in Act II, and a lineage you work out by walking a memory garden in Act III. You commit to a reading, and you have to give a reason, then you verify it. A blind guess with no justification gets rejected, and cribbing a wrong word and then decrypting that same wrong word still loses. The win condition is that your reading equals the truth, never that your reading equals your own input.



There's one rule I held myself to: if a script could solve a step on its own, the gate is broken. So I tested every step against GPT-class models, giving them only what the AI legitimately sees, and they couldn't pick. Zero out of N, every time. One of them even described it as an arbitrary tie-break with no discriminant. That's the whole point. The human is doing the load-bearing work.



The finale turns Turing around. Once you've read all three signatures, the alien asks you the question: is it a thing to be switched off, or a mind to be met? You get one answer and no retry. Turing's own life, judged as machine-or-person and punished for being unlike, is the backbone of that scene rather than set dressing.



Google AI shows up in four honest layers:





  1. The live companion is Google's Gemma 3 (4B), running locally on my own GTX 1070 and served to the page without a key, behind a hosted proxy with an origin allow-list and rate caps. You don't bring anything; it's just on.


  2. The puzzle substance (the in-world lore and machine specs) was generated with the Gemini API and Google Antigravity (Gemini 3.1 Pro). I committed it as readable JSON under /gemini, so a juror can see exactly what was prompted and what came back.


  3. The art, all four backdrops, are Google AI Pro / Imagen generations.


  4. The friction, told straight: the Gemini CLI died mid-jam and told me to migrate to Antigravity, so I did. Free-tier Gemini quota (those 429s) made a live key a bad bet for jurors, so I moved to a self-hosted Gemma companion instead. No key to enter, always on, and still Google AI from end to end. If the model is ever unreachable, the game falls through to a fully narrated offline path, so it stays completable no matter what.



I did the designing and the deciding; the models did the generating and the searching. I kept a running decision log (a living WEG.md) the whole way through, so the human authorship is something you can check rather than something I'm just claiming.






Prize Category



I'm going for two of them. Best Ode to Alan Turing, because the core loop is the crib drag itself and I can show it can't be automated, and because the finale is an inverted Turing test built on his life. And Best Google AI Usage, with a live Google Gemma companion, Gemini- and Antigravity-generated content committed for audit, Imagen art, and the real engineering trade-offs written down instead of hidden.






A note on the lore: the station ships a local, sealed intelligence that's empty by design, and the helper AI migrates into it at the end. That's a principle I actually care about, running your own model and owing nothing to a remote key. But the mechanic and the message come first; that's just where the idea started.

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
2 Quellen
The Gemini desktop app is now available for Windows
1 Quelle
Seamlessly import your team and data from Microsoft to Google Workspace during setup
1 Quelle
Announcing new builds for 11 September 2026
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Dawn or Eclipse — a code-breaking ode to Turing you can't outsource to the machine

Thematisch verwandte Begriffe: Dawn, Eclipse, codebreaking, Turing · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...