Skip to content

Commit

Permalink
fix tic-tac-toe example
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Sep 10, 2019
1 parent 56ce0cf commit 3844837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/react-web/src/tic-tac-toe/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ const TicTacToe = {
},
},

movesPerTurn: 1,
turn: {
movesPerTurn: 1,
},

endIf: (G, ctx) => {
if (IsVictory(G.cells)) {
Expand Down

0 comments on commit 3844837

Please sign in to comment.