[Solved] Java tictactoe. Don’t know how to continue [closed]
I’ll help with understanding the logic behind such game and give you the testing code but advice you to do it on your own. First, you’ll need a flag to tell you if the game is finished. When does the game finish? 2 possible answers : One of the players wins The cells are all … Read more