From 12a366651d23a4643a68cb36e9f73098c8cd5cab Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 7 Sep 2026 17:47:54 -0400 Subject: [PATCH] readme: mars/stream, mars/rng --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae79692..ebb6eac 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ loads) builds, deploys, hooks, and logs from a real game launch. Engine code acc - `mars/text` — flat key/value tables, id manifests, CSV (64/64 files agree) - `game/sim` — strategic formulas (economy, research, colonies, movement) as pure functions; 356 hand-computed checks - `mars/vfs` — `.gob` (ZIP) archive reader + loose-file override; entry counts and bytes verified against `unzip` +- `mars/stream` — the game's self-describing save/serialization format (reader, writer, typed shapes) + gzip; three real saves round-trip byte-identical +- `mars/rng` — MT19937 with save-state load/store; layout confirmed against real saves Build: `cmake --preset host && cmake --build --preset host && ctest --preset host` (Linux); `tools/sync-build.sh` cross-builds the shim on the lab box and stages it for deployment.