(stash) render other players
This commit is contained in:
parent
33cb9c7f97
commit
cc07cc89c6
10 changed files with 249 additions and 14 deletions
|
|
@ -5,12 +5,11 @@ use spacetimedb::{
|
|||
ReducerContext, ScheduleAt::Interval, Table as _, rand::seq::SliceRandom, reducer,
|
||||
};
|
||||
|
||||
use jong_types::{GameState, TurnState};
|
||||
|
||||
use crate::tables::{
|
||||
DbTile, DbWall, GameTimer, Lobby, PlayerClock, PlayerHand, PlayerOrBot, bot, game_timer,
|
||||
lobby as _, player, player_clock, player_hand, tile as _, wall,
|
||||
DbTile, DbWall, GameTimer, Lobby, PlayerClock, PlayerHand, bot, game_timer, lobby as _, player,
|
||||
player_clock, player_hand, tile as _, wall,
|
||||
};
|
||||
use jong_types::{GameState, PlayerOrBot, TurnState};
|
||||
|
||||
mod hand;
|
||||
mod lobby;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue