Skip to main content

everyone_roll

Function everyone_roll 

Source
pub fn everyone_roll(
    players: Vec<(Player, PlayerData, Bet)>,
) -> Vec<(Player, PlayerData, Bet, (u8, u8, u8), Rolls)>
Expand description

All players roll the dice in this phase. Both the raw dice result and “Quality” are stored for later.