keep-starknet-strange/tsubasa

Implement game creation

Closed this issue · 1 comments

Description

We need to be able to create a game.
Create a create_game system that will initiate the game.

#[system]
mod create_game {
    use dojo::Context;
    fn execute(ctx: Context, player1: ContractAddress, player2: ContractAddress) {}
}
notV4l commented

i can do this one