Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.