saberistic-team / snakesAndLadders

0 stars 0 forks source link

Skip Inactive Players #7

Open saberistic opened 1 year ago

saberistic commented 1 year ago

Title: Skip Turn for Inactive Players As a: Player I want to: Be able to skip the turn of players who are inactive for a certain period So that: The game can continue smoothly without long waits.

saberistic commented 1 year ago
#[derive(Accounts)]
pub struct SkipInactivePlayer<'info> {
    // TODO: Define the accounts needed for skipping an inactive player
}