This is a simple implementation of the Tic-Tac-Toe Game using Java.
- Install IntelliJ IDE or any suitable Java IDE.
- Open the
JavaTicTacToe.java
file in the IDE. - Run the code.
- Player 1 gets 'X' and Player 2 gets 'O'.
- Each player has to choose the position (1-9).
- Enjoy!
The code is available under the MIT License.