diff --git a/src/index.html b/src/index.html index 772b6ea..8176ba9 100755 --- a/src/index.html +++ b/src/index.html @@ -85,6 +85,12 @@
+ +
+
+
+ + diff --git a/src/predict.js b/src/predict.js index f8aa754..847613c 100644 --- a/src/predict.js +++ b/src/predict.js @@ -189,4 +189,9 @@ function resetPredict() catch{} } } +} + +function aiswitch() +{ + dopredict = !dopredict; } \ No newline at end of file diff --git a/src/style.css b/src/style.css index be2a344..7df9914 100755 --- a/src/style.css +++ b/src/style.css @@ -74,6 +74,12 @@ button:hover width: 150px; } +#ai +{ + height: 50px; + width: 150px; +} + .win { border-radius: 12px;