Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

The Doom Cipher

A translator for the fictional Doomscript rune alphabet from the Avengers: Doomsday marketing campaign. Type English and watch it render as Latverian runes, or tap glyphs to decode an inscription back into candidate English words.

Live demo

The Doom Cipher interface

Features

  • Two-way translation between English and Doomscript, with the full rune alphabet rendered as inline SVG
  • Phonetic transliteration that follows the community's "close, but not exact English" reading of Latverian
  • Fuzzy decoding mode for inscriptions where the rune order is uncertain: pick the letters you can identify and the solver hunts for matching candidates in an embedded English word-frequency list
  • CRT terminal aesthetic with scanlines, vignette and phosphor glow, no images or fonts loaded from anywhere

How it works

Everything lives in a single self-contained HTML file. No framework, no build step, no server, no tracking. The candidate search walks a prefix tree built from a frequency-ranked English word list embedded in the page, so the fuzzy solver works fully offline.

Run it

Open index.html in any browser. That's it.

Disclaimer

Unofficial fan project, not affiliated with Marvel Studios or Disney. Built as a free companion to @editwithego's Doom Cipher research.

License

MIT

About

Translator for the Doomscript rune alphabet from Avengers: Doomsday. Single self-contained HTML file, CRT terminal aesthetic, fuzzy offline decoder.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages