summaryrefslogtreecommitdiff
path: root/docs/SIZES.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SIZES.md')
-rw-r--r--docs/SIZES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/SIZES.md b/docs/SIZES.md
new file mode 100644
index 0000000..3413d41
--- /dev/null
+++ b/docs/SIZES.md
@@ -0,0 +1,9 @@
+# 1MB Roguelike — size ledger
+
+Raw bytes of everything in `1mb/`, against the 1,048,576-byte (1 MiB) budget.
+Record a row after each phase of work; `tools/check-size.sh` prints the current numbers.
+
+| Phase | Date | index.html | data.js | Total | % of budget |
+|---|---|---:|---:|---:|---:|
+| Phase 0 — guardrails (no game changes) | 2026-07-12 | 55,225 | 27,015 | 82,240 | 7.8% |
+| Phase 1 — engine enablers (data-driven graph, procgen rooms, full-floor solver) | 2026-07-12 | 61,356 | 28,998 | 90,354 | 8.6% |