summaryrefslogtreecommitdiff
path: root/public/move.js
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-14 13:43:36 +0530
committerIgrisBRC <[email protected]>2024-07-14 13:43:36 +0530
commit4194b03e980ac68e0fd07e183189fbe93dfefdce (patch)
tree79bbce279fa277aa34cc53e4818eca59b54f8963 /public/move.js
parent0f1250b0f879eb764559d80bbc8a54d53c221f68 (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.js2
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)