A simple two-player Tic-Tac-Toe game implemented in Java for the command line. This project demonstrates core Java concepts such as arrays, control structures, collections, and input handling.
- Two-player turn-based gameplay
- Real-time board display
- Input validation to prevent invalid or repeated moves
- Win condition detection (rows, columns, diagonals)
- Declares winner or draw at game end