From 4194b03e980ac68e0fd07e183189fbe93dfefdce Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Sun, 14 Jul 2024 13:43:36 +0530 Subject: finnnallyyyy... added make move to the game, its a bit shitty, i'll make it prettier later --- public/move.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/move.js') 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) -- cgit v1.2.3