This is a simple two-player Tic Tac Toe game built with Java Swing GUI.
It supports AI using the Minimax algorithm and can be run as a .jar executable.
dummy model ---
Before running the application, please ensure the following:
| ✔️ Step | What to Check | How to Do It / Fix It |
|---|---|---|
| 1️⃣ | Java is installed | Run java -version in terminal. If not installed, download from java.com |
| 2️⃣ | Java version is 8 or higher | Recommended: Java 17 or 21 Run java -version to confirm |
| 3️⃣ | Use terminal or command prompt to run | Use: java -jar TicTacToeGame.jar instead of double-clicking |
| 4️⃣ | Unblock file if Windows blocks it | Right-click .jar → Properties → Tick Unblock if the option appears |
| 5️⃣ | System must support GUI | Game requires a desktop environment (not for servers or CLI-only systems) |
# Step 1: Open Terminal or Command Prompt
# Step 2: Navigate to the folder where .jar is located
cd path/to/folder
# Step 3: Run the application
java -jar TicTacToeGame.jar