Single player game close to finished

This commit is contained in:
Lett Osprey 2026-04-11 14:11:11 +02:00
parent 3385118b14
commit 584b1c9ef9
12 changed files with 179 additions and 6454 deletions

6344
client/dist/client.js vendored

File diff suppressed because it is too large Load diff

View file

@ -1,17 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>
client
</title>
<script src="/client.js" type="module"></script>
</head>
<body><div id="app"></div></body>
</html>

View file

@ -128,6 +128,7 @@ fn click_cell(
])
}
// TODO: merge with shared.click_cell
fn room_cell(
number: Int,
room: Room,