Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T20:22:39.000Z (5 months ago)
- Last Synced: 2024-06-20T09:43:53.277Z (5 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.