TicTacToe is a mini project developed to implement MiniMax and MiniMax with alpha-beta pruning to decide wich action the computer has to perform.
This game give you three types of grids 3x3, 4x4 and 5x5 to check the performance of each algorithm.
clone
the project in your computer and cd
into it.
Install maven dependencies by runing mvn install
Launch the main function located in the Main class src/main/java/Main.java