From ec5c55ccf76b74c2e217d06d6bb76ed6760cd165 Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Sun, 14 Jul 2024 14:44:19 +0530 Subject: made make move a little bit better, but still can't move the same piece twice --- public/sync_board.js | 1 - 1 file changed, 1 deletion(-) (limited to 'public/sync_board.js') 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) } -- cgit v1.2.3