Nobunaga’s Ambition (NA1) — A Game-Design Crucible

Reverse-engineering NA1’s bytecode VM down to the actual formulas turned a 1980s strategy game into a ground-truth source for game-design theses: claims you can verify against the machine rather than infer from play. Several generalize well beyond NA1. This page is the index that ties the crucible together — the repo (the RE work), the vault theses it sparked, and the candidates still in the notes.

Links: Randomness as Termination (N≥3) (the broadest finding, promoted), The Dead-Verb Test (mechanism viability + the “does KOEI learn?” series question), The Multiplayer Coalition Problem, The Dominance-Frontier Lens (NA1’s per-fief combat maps are a worked instance), Game Annotation Series Repo: na1-decompiler (private) — extracted from this vault 2026-06-05; the decompiler, verified formulas, and emulator live there.

An index / crucible page (per Specimen & Thesis): NA1 is an external-repo specimen whose deep RE artifacts are repo-only, but it has fed in-vault theses that need a hub. This is that hub.

Why NA1 is a crucible, not just a project

Most game-design claims are inferred from play and stay arguable. NA1’s claims are decoded from the bytecode — the harvest formula, the combat terminator, the natural-death probability, the turn-order shuffle are read off the machine, byte-exact. That makes NA1 an unusually strong specimen: when a design principle holds here, it holds against ground truth, not against intuition. The generalizable ones are worth lifting out as portable theses; the NA1-specific mechanics stay in the repo.

Theses it has sparked

Promoted (in-vault):

Candidates still in the notes (repo + memory), worth promoting:

These are flagged here so the crucible’s harvest is visible and the promotions don’t get lost in memory (the release-valve trap).

What stays in the repo (external-repo specimen)

The decompiler pipeline, the verified econ/combat formulas, the emulator, the per-fief tactical maps, and the label/data symbol tables are repo-only by design — they’re the RE artifacts, not portable theses. Per the two-altitude method, this page is their in-vault anchor; the deep work lives at na1-decompiler.

Tags

games, strategy, game-theory, game-ai, koei