diff options
Diffstat (limited to 'public/move.js')
-rw-r--r-- | public/move.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/move.js b/public/move.js index 7626e5e..0c441c2 100644 --- a/public/move.js +++ b/public/move.js @@ -9,7 +9,7 @@ let board = [ [3, 5, 4, 2, 1, 4, 5, 3], ] -let to_move = true +let to_move = true //white to move //console.log(move(board, 4, 3)) //move(board, 3, 3) |