Help with a program that will play Tic-Tac-Toe in Java using Netbeans
Help with a program that will play Tic-Tac-Toe in Java using Netbeans. The game board will be a 2D array. Allow
two human players. Wherever the first player moves, place an X in the specified square, and place an O wherever the second player moves. Each move must be to an empty square. After each move, determine whether the game has been won and whether it’s a draw. Please help with the different classes.