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>
18 lines
509 B
HTML
18 lines
509 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>BLOBBO</title>
|
|
<style>
|
|
html, body { margin: 0; height: 100%; overflow: hidden; }
|
|
#app { width: 100%; height: 100%; }
|
|
</style>
|
|
<script type="module" crossorigin src="/assets/main-Dt_d16Sj.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|