A simple Tic Tac Toe game written in Java using a graphical user interface (GUI).
It allows two players to take turns placing βXβ and βOβ and win by getting three symbols in a row (horizontally, vertically, diagonally) or play against the unbeatable AI.
β’ Java
β’ Graphical user interface (GUI)
β’ Two-player mode
β’ AI with difficulty mode
β’ Interactive game board
β’ Win detection
β’ Draw detection
β’ Clone the repository: git clone https://github.com/MarvinWod/Tic-Tac-Toe-Java-v1
β’ Open the project in your Java IDE.
β’ Run the main class.