Added MiniScript version of 88_3-D_Tic-Tac-Toe.

(Also fixed a bug in the JavaScript port.)
This commit is contained in:
JoeStrout
2023-10-18 13:53:57 -07:00
parent 11de8ff9b0
commit f7db28ec30
4 changed files with 382 additions and 1 deletions

View File

@@ -193,7 +193,7 @@ function select_move() {
}
if (j > 5 - a)
return false;
xa[ma[i][j]] = s;
xa[ma[i][j]] = 5;
m = ma[i][j];
print("MACHINE TAKES");
show_square(m);