Model for a connect-4 bot based on the minimax decision rule. Inspired by an assignment in the Artificial Intelligence course (EDAP01) at LTH.
Enter the src
directory and run make run-bb
to run the program against itself.
Run make help
to view all commands.
The C program also allows customizing the game and algorithm parameters. Run
./connect-4
to view all the available customizable parameters.