https://github.com/horlathunbhosun/java-tic-tac-toe
This is class project for ai using minmax and minmax alpha pruning
https://github.com/horlathunbhosun/java-tic-tac-toe
java jswing minmax-algorithm minmax-alpha-beta-pruning swing-gui
Last synced: 27 days ago
JSON representation
This is class project for ai using minmax and minmax alpha pruning
- Host: GitHub
- URL: https://github.com/horlathunbhosun/java-tic-tac-toe
- Owner: horlathunbhosun
- Created: 2024-06-06T07:35:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T20:22:39.000Z (over 1 year ago)
- Last Synced: 2024-12-22T23:42:35.240Z (11 months ago)
- Topics: java, jswing, minmax-algorithm, minmax-alpha-beta-pruning, swing-gui
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
## TicTacToe Game
This is a simple TicTacToe game that can be played with AI. The AI is implemented using the minimax algorithm and also minimax alpha-beta pruning algorithm.
The game is implemented using Java and JavaSwing for the GUI.
## Team Members
- Olulode Olatunbosun
- Heuser Valentin
- Balogun Oluwatosin
## How to run the game
download the project and run the `Launcher.java` file in the `src` folder.
## How to play the game
- The game is played with ai so you can play against the ai.
- The game is played on a 3x3 grid.