summaryrefslogtreecommitdiff
path: root/public/make_move.js
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-14 14:44:19 +0530
committerIgrisBRC <[email protected]>2024-07-14 14:44:19 +0530
commitec5c55ccf76b74c2e217d06d6bb76ed6760cd165 (patch)
tree23a0a710408b737be76277d652b5ba68b903147a /public/make_move.js
parent4194b03e980ac68e0fd07e183189fbe93dfefdce (diff)
made make move a little bit better, but still can't move the same piece twice
Diffstat (limited to 'public/make_move.js')
-rw-r--r--public/make_move.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/make_move.js b/public/make_move.js
index 562505f..16d738b 100644
--- a/public/make_move.js
+++ b/public/make_move.js
@@ -3,4 +3,3 @@ function make_move(board, y ,x, new_y, new_x) {
board[y][x] = 0
}
-make_move(board,6,4,4,4)