A simple 2-player Tic Tac Toe game built in Java that runs in the console. Players take turns placing X and O on a 3x3 grid until one wins or the game ends in a draw.
This project is a Tic-Tac-Toe game implemented in Java Swing. It allows two players to play alternately (X and O) with a simple GUI, restart functionality, and even keyboard shortcuts (keys 1–9) for ...