Randomize the deck of tiles

This commit is contained in:
2023-02-12 21:01:38 +01:00
parent ea6572dca2
commit 8943d1d898
7 changed files with 194 additions and 13 deletions

View File

@@ -11,3 +11,4 @@ categories = ["gui", "wasm", "web-programming"]
yew = { version="0.20", features=["csr"] }
board-shared = { path = "../board-shared" }
gloo-dialogs = "0.1.1"
getrandom = { version = "0.2.8", features = ["js"] }