Single player game close to finished
This commit is contained in:
parent
3385118b14
commit
584b1c9ef9
12 changed files with 179 additions and 6454 deletions
6344
client/dist/client.js
vendored
6344
client/dist/client.js
vendored
File diff suppressed because it is too large
Load diff
17
client/dist/index.html
vendored
17
client/dist/index.html
vendored
|
|
@ -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>
|
||||
|
|
@ -128,6 +128,7 @@ fn click_cell(
|
|||
])
|
||||
}
|
||||
|
||||
// TODO: merge with shared.click_cell
|
||||
fn room_cell(
|
||||
number: Int,
|
||||
room: Room,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue