prateekmedia/talkamort — explained in plain English
Analysis updated 2026-05-18
Play a fresh, improvised science fiction text adventure directly in your terminal.
Explore how a persistent AI conversation thread can drive an interactive fiction game.
Customize the game with windowed mode or different sound styles while playing.
| prateekmedia/talkamort | 0xkinno/astraea | 0xkinno/halcyon | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | hard |
| Complexity | 2/5 | 4/5 | 4/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 18+ and a signed in Codex account before the game will run.
Talkamort is a small text adventure game that runs inside your terminal. Each time you play, it generates a brand new science fiction story on the fly, starting from a setting that feels ordinary before revealing a hidden twist through the choices you make. The look and feel is intentionally retro: black and neon colors, text that types itself onto the screen, and short blip sounds like the ones from old text heavy games. To play, you need Node.js version 18 or newer and an account with Codex, the AI system that writes the story as you go. After signing into Codex, you install the project's dependencies and either run it directly or build a local talkamort command you can launch from anywhere. Once inside the game, typing a help command shows you what you can do, and Ctrl+C lets you quit at any time. The game keeps a single running transcript in your terminal window. Nothing gets cleared as you play, your commands and the story's replies simply keep appending to what came before, so your terminal's normal scrollback holds your entire adventure. While the game is generating the next bit of story or revealing text on screen, your keyboard input is held back so a stray keystroke cannot slip into the wrong moment. Every new game picks a familiar setting and pairs it with a hidden science fiction idea, such as time distortion, parallel worlds, contact with aliens, artificial minds, or strange physics, but you only discover which one through playing. The game remembers your five most recent combinations so you do not see the same setup twice in a row. You can also start in windowed mode to keep your terminal history intact, turn off sound entirely, or switch between a few different sound styles while playing. Behind the scenes, each game is a single ongoing conversation with an AI model, which is given the opening rules and setting once and then simply receives your typed actions for every turn after that. This keeps track of characters, objects, and consequences as the story continues. The model is only allowed to write the story text, it cannot use any outside tools while playing.
Talkamort is a terminal based text adventure that uses an AI model to improvise a new science fiction story on every playthrough.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Codex.
No license information stated in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
double-check against the repo, no cap.