Skip to content

Commit

Permalink
Update main.leo
Browse files Browse the repository at this point in the history
fix make_move updated board issue

Signed-off-by: snowtigersoft <[email protected]>
  • Loading branch information
snowtigersoft authored May 13, 2023
1 parent aa35e8a commit d2e9da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tictactoe/src/main.leo
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ program tictactoe.aleo {
let updated: Board = Board {
r1: Row { c1: r1c1, c2: r1c2, c3: r1c3 },
r2: Row { c1: r2c1, c2: r2c2, c3: r2c3 },
r3: Row { c1: r3c1, c2: r2c2, c3: r2c3 },
r3: Row { c1: r3c1, c2: r3c2, c3: r3c3 },
};

// Check if the game is over.
Expand Down

0 comments on commit d2e9da2

Please sign in to comment.