Skip to content

TicTacToe is a mini project developed to implement MiniMax and MiniMax with alpha-beta pruning to decide wich action the computer has to perform.

Notifications You must be signed in to change notification settings

denimamab/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

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.

Getting started

Step 1

clone the project in your computer and cd into it.

Step 2

Install maven dependencies by runing mvn install

Step 3

Launch the main function located in the Main class src/main/java/Main.java