recordstoreguy/.claude/launch.json
m3ultra 17a0bb07ed Phase 1: playable engine shell — QTE player, debug mode, placeholder clip generator
Verified end-to-end in browser: attract, QTE pass/fail, death/retry, lives, win screen.
QTE clock driven by rAF + timeupdate + interval so background-tab throttling can't
starve the too-late check.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 16:59:59 +10:00

12 lines
217 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "rsg-engine",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8123", "-d", "engine"],
"port": 8123
}
]
}