You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project, provided by JetBrains Academy (Hyperskill), implements a classic Tic-Tac-Toe game in Java. The program simulates the game, allowing two players to input moves, track the game state, and determine the winner. It handles user input, game logic, and ensures valid gameplay by analyzing the board's state.