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

@@ -35,6 +35,7 @@ pub enum ServerMessage {
room_name: String,
players: Vec<(String, u32, bool)>,
active_player: usize,
has_started: bool,
},
/// Notify that the room cannot be joined.
JoinFailed(String),