Skip to content

Commit

Permalink
chore: update (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xibs authored Feb 5, 2025
1 parent b007869 commit 48b78df
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 48b78df

Please sign in to comment.