BLOBBO/demos/lane-c.html
type-two 969f602dd4 Foundation: vite+ts+three+rapier scaffold, frozen contracts, lane docs A-E
Fixed-step world runtime, event bus wire protocol between lanes, integration
seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs.

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

7 lines
294 B
HTML

<!doctype html>
<html lang="en">
<head><meta charset="utf-8" /><title>BLOBBO lane c demo</title>
<style>html,body{margin:0;height:100%;overflow:hidden}#app{width:100%;height:100%}</style></head>
<body><div id="app"></div><script type="module" src="/src/demo/lane-c.ts"></script></body>
</html>