TicTacToe game with minimax and alpha-beta pruning in Java

TicTacToe game with minimax and alpha-beta pruning in Java

This project implements the minimax algorithm with alpha-beta pruning for the game of TicTacToe (also known as OXO or Noughts and Crosses) in Java.

Features

Example of board state:

 X | O | X
-----------
   | X | O
-----------
 O |   | X

Getting Started

Main class: appli/TicTacToeGame.java