sorta discard a tile
This commit is contained in:
parent
63e21713ab
commit
8c4132e628
7 changed files with 199 additions and 26 deletions
|
|
@ -24,6 +24,7 @@ pub fn join_or_create_lobby(ctx: &ReducerContext, mut lobby_id: u32) -> Result<(
|
|||
players: vec![PlayerOrBot::Player { id: player.id }],
|
||||
game_state: GameState::Lobby,
|
||||
turn_state: TurnState::None,
|
||||
// dealt_idx: -1,
|
||||
});
|
||||
info!("created lobby: {:?}", lobby);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue