commit 9a5ed2d02b482a306d0c41ed95f80b602537325e Author: m3ultra Date: Sun Jul 19 16:39:11 2026 +1000 Record Store Guy: master plan, worlds design, engine spec, production bible Co-Authored-By: Claude Fable 5 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: