Integrate a remote playtesting front-end

This commit is contained in:
2023-02-25 14:24:41 +01:00
parent 3accb03ae5
commit 095bc8509c
6 changed files with 254 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
pub enum SelectedTile {
InHand(usize),
Equals,
None,
}