diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f3a291..3ba6d77 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "liveServer.settings.port": 5501 + + "liveServer.settings.port": 5501 } \ No newline at end of file diff --git a/app.js b/app.js index 14c35f0..9e3f9b2 100644 --- a/app.js +++ b/app.js @@ -25,23 +25,7 @@ const configure_ai = () => { }); }; -FBInstant.initializeAsync() - .then(function(){ - var progress = 0; - var interval = setInterval(function() { - if(progress>=95){ - clearInterval(interval); - FBInstant.startGameAsync().then( - function() { - console.log("Game Loaded"); - } - ) - }; - FBInstant.setLoadingProgress(progress); - progress += 5; - }, 100); - } -); + // RESET GAME TO TWO PLAYER MODE const twoPlayer = () => { diff --git a/git b/git new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index c53b76e..5601358 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,32 @@
+ + // ЗаголовокYou probably already know how to play Tic-Tac-Toe. It's a really simple game, right? That's what most people think. But if you really wrap your brain around it, you'll discover that Tic-Tac-Toe isn't quite as simple as you think! Tic-Tac -Toe (along with a lot of other games) involves looking ahead and trying to figure out what the person playing against you might do next.
@@ -90,6 +99,7 @@| @@ -98,17 +108,18 @@ |
|---|