diff options
author | IgrisBRC <[email protected]> | 2024-07-14 14:44:19 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-14 14:44:19 +0530 |
commit | ec5c55ccf76b74c2e217d06d6bb76ed6760cd165 (patch) | |
tree | 23a0a710408b737be76277d652b5ba68b903147a /public/sync_board.js | |
parent | 4194b03e980ac68e0fd07e183189fbe93dfefdce (diff) |
made make move a little bit better, but still can't move the same piece twice
Diffstat (limited to 'public/sync_board.js')
-rw-r--r-- | public/sync_board.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/sync_board.js b/public/sync_board.js index c56cb77..7044db2 100644 --- a/public/sync_board.js +++ b/public/sync_board.js @@ -14,5 +14,4 @@ function sync_board() { piece.append(table[Math.abs(board[i][j])]) } } - console.log(board) } |