content: three long text gamebooks #181

Merged
electron merged 1 commits from content/gamebook-stories into main 2026-06-19 12:43:07 +00:00
Owner

Three branching CYOA adventures (Tour de lHorloger, Train de Nuit, Ile aux Mille Echos). Graphs validated.

Three branching CYOA adventures (Tour de lHorloger, Train de Nuit, Ile aux Mille Echos). Graphs validated.
electron added 1 commit 2026-06-19 12:42:29 +00:00
content: three long text gamebooks
Repo State / repo-state (push) Failing after 49s
Repo State / repo-state (pull_request) Failing after 46s
Validate Zacus refactor / validate (push) Failing after 5m38s
bfa09b68be
Context:
The gamebook engine had a single short demo. We want several long,
text-only "livre dont vous etes le heros" adventures to play on the
Freenove (and to exercise deeper branching).

Approach:
Author each as a standalone gamebook YAML in game/gamebooks/, using the
navigable format (passages with screen/text, choices as label+goto;
a choiceless passage is an ending that restarts on click).

Changes:
- game/gamebooks/tour_horloger.yaml: "La Tour de l'Horloger"
  (fantastique/temps) — 23 passages, 8 fins.
- game/gamebooks/train_de_nuit.yaml: "Le Dernier Train de Nuit"
  (mystere/huis clos) — 19 passages, 7 fins.
- game/gamebooks/ile_echos.yaml: "L'Ile aux Mille Echos"
  (aventure/survie) — 16 passages, 7 fins.

Impact:
Three richly branched stories ready to stage on the master SD with
tools/gamebook/build_gamebook.py. Graphs validated: no broken gotos,
every passage reachable, multiple endings each.
electron merged commit bfa09b68be into main 2026-06-19 12:43:07 +00:00
Sign in to join this conversation.