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

@@ -72,6 +72,7 @@ impl Room {
.map(|p| (p.name.clone(), p.score, p.ws.is_some()))
.collect(),
active_player: self.active_player,
has_started: self.has_started,
})?;
Ok(())