From 9a5ed2d02b482a306d0c41ed95f80b602537325e Mon Sep 17 00:00:00 2001 From: m3ultra Date: Sun, 19 Jul 2026 16:39:11 +1000 Subject: [PATCH] Record Store Guy: master plan, worlds design, engine spec, production bible Co-Authored-By: Claude Fable 5 --- .gitignore | 4 ++ ENGINE.md | 96 +++++++++++++++++++++++++++++ PLAN.md | 123 +++++++++++++++++++++++++++++++++++++ WORLDS.md | 163 +++++++++++++++++++++++++++++++++++++++++++++++++ bible/BIBLE.md | 93 ++++++++++++++++++++++++++++ 5 files changed, 479 insertions(+) create mode 100644 .gitignore create mode 100644 ENGINE.md create mode 100644 PLAN.md create mode 100644 WORLDS.md create mode 100644 bible/BIBLE.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..584d443 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +engine/clips/*.mp4 +production/raw/ +.DS_Store +*.env diff --git a/ENGINE.md b/ENGINE.md new file mode 100644 index 0000000..5054e46 --- /dev/null +++ b/ENGINE.md @@ -0,0 +1,96 @@ +# RECORD STORE GUY engine spec — FMV QTE player + +Pure static web app: no build step, no framework, no server logic. One HTML file, +one JS file, one CSS file, one JSON scene graph, a folder of mp4 clips. Must run +from `python3 -m http.server` locally and from nginx on the games VPS unchanged. + +## Files +``` +engine/ + index.html shell: