diff options
author | IgrisBRC <[email protected]> | 2024-07-14 13:43:36 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-14 13:43:36 +0530 |
commit | 4194b03e980ac68e0fd07e183189fbe93dfefdce (patch) | |
tree | 79bbce279fa277aa34cc53e4818eca59b54f8963 /public/move.js | |
parent | 0f1250b0f879eb764559d80bbc8a54d53c221f68 (diff) |
finnnallyyyy... added make move to the game, its a bit shitty, i'll make it prettier later
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) |