Skip to content

vishalcode03/TicTocToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

🎮 Java Tic Tac Toe Game (GUI Version)

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 ---

Screenshot 2025-07-31 165636

✅ Pre-run Checklist

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)

🛠️ How to Run

💻 On Any System (Windows / Linux / macOS):

# 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

About

real time game paly with ai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published