Compare commits

...

1 Commits

Author SHA1 Message Date
54255f9f91 docs: update README file map to reflect split runtime (closes #169)
Some checks failed
Accessibility Checks / a11y-audit (pull_request) Successful in 13s
Smoke Test / smoke (pull_request) Failing after 28s
2026-04-15 03:23:37 +00:00

View File

@@ -105,7 +105,16 @@ This game is a **decision simulator** for our actual work.
## Files
- `index.html` — Game UI
- `game.js`Core engine (tick loop, buildings, projects, events)
- `js/data.js`Game data, buildings, projects, upgrades
- `js/utils.js` — Utility functions and formatters
- `js/combat.js` — Combat and corruption event logic
- `js/strategy.js` — Strategy and decision systems
- `js/sound.js` — Audio engine and sound effects
- `js/engine.js` — Core engine (tick loop, resource generation, state)
- `js/render.js` — DOM rendering and UI updates
- `js/tutorial.js` — New player tutorial flow
- `js/dismantle.js` — Dismantle/ending mechanics
- `js/main.js` — Entry point, initialization, game loop
- `DESIGN.md` — Full design document with narrative arc and mechanics
- `README.md` — This file