sorta discard a tile

This commit is contained in:
Tao Tien 2026-02-13 07:49:09 -08:00
parent 63e21713ab
commit 8c4132e628
7 changed files with 199 additions and 26 deletions

View file

@ -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);