saberistic-team / snakesAndLadders

0 stars 0 forks source link

Double In #6

Open saberistic opened 1 year ago

saberistic commented 1 year ago

Title: Double the Stakes As a: Player I want to: Be able to double the stakes or bets in the game So that: I can increase the risk and potential reward.

saberistic commented 1 year ago
#[derive(Accounts)]
pub struct DoubleStakes<'info> {
    // TODO: Define the accounts needed for doubling the stakes
}