mem-fix sedikit lgoika game

This commit is contained in:
alvin & basilius 2025-12-15 20:39:04 +07:00
parent 23d94be273
commit 2f275d83b7

View File

@ -48,7 +48,7 @@ function belongsTo(v, player){
return (player===1 && (v===1||v===3)) || (player===2 && (v===2||v===4));
}
// RESET BOARD
// RESET PAPAN
function resetBoard(){
console.debug("resetBoard()");
board = Array.from({length:size}, ()=>Array(size).fill(0));