Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xibs committed Feb 5, 2025
1 parent 35de2c6 commit 62bfaa4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions onchain/src/models/game.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ pub enum GameMode {

#[derive(Serde, Copy, Drop, Introspect, PartialEq)]
pub enum PlayerColor {
Green,
Yellow,
Blue,
Red,
Green, // Player on green house
Yellow, // Player on Yellow house
Blue, // Player on Blue house
Red // Player on Red house
}

// Game model
Expand Down

0 comments on commit 62bfaa4

Please sign in to comment.