krz/micro-roguelike

A micro roguelike web game in 1kb and 1mb versions.

clone: git clone https://gitbay.org/krz/micro-roguelike.git

main: docs/SIZES.txt · raw

1# 1MB Roguelike — size ledger
2
3Raw bytes of everything in `1mb/`, against the 1,048,576-byte (1 MiB) budget.
4Record a row after each phase of work; `tools/check-size.sh` prints the current numbers.
5
6| Phase | Date | index.html | data.js | Total | % of budget |
7|---|---|---:|---:|---:|---:|
8| Phase 0 — guardrails (no game changes) | 2026-07-12 | 55,225 | 27,015 | 82,240 | 7.8% |
9| Phase 1 — engine enablers (data-driven graph, procgen rooms, full-floor solver) | 2026-07-12 | 61,356 | 28,998 | 90,354 | 8.6% |