If you are playing by yourself, select a difficulty for the A.I. Then, select "1 PLAYER" If you are playing with another human, select "2 PLAYER". click (or tap for mobile) on the spaces to drop a piece. You can now save your game and finish it later. I don't know why you would ever do that, but its just a cool idea I had and I wanted to try it out. IF YOU BEAT DIFFICULTY 3, LET ME KNOW HOW!!
I put lots of comments in the "master" sprite. That's the sprite that does most of the work. PLEASE IF YOU FIND BUGS, REPORT THEM IN THE COMMENTS!! You can no longer play as the A.I. All scripts by me. All sprites were made by me with piskelapp.com except for the buttons, which were from the Scratch library. Please let me know in the comments if there are any updates you want me to do. Change log: v1.0 Initial release. Simple tic-tac-toe game. Human vs. human v1.5 Human vs. machine option. Machine picks a random spot to play. v2.0 Single player mode puts you up against a smart A.I. that is ACTUALLY hard to beat. v2.5 Added 3 levels of A.I. difficulty. v2.6 Added a MENU button so you don't have to click the flag to start a new game. v2.7 Added a feature that displays the average time that the A.I. takes to do its turn. v3.0 You can now save your game using a save code, and load it up later. Fixed the bug that lets you play as the A.I. v3.1 Fixed: Mistake in data lists Fixed: Tries to save on AI's turn Fixed: Doesn't load completed games ---------------POTENTIAL FUTURE UPDATES------------- • At some point I am going to put in my animated logo. • A cloud multiplayer version. This will be difficult to make, as I am not experienced with cloud stuff. It likely will not happen, but I want to at least try. • An option to play multiple games and have the program keep score of who wins them. You will be able to save these games, and then the save feature will actually serve a purpose. ____________________________________ #tictactoe #tic