Bots for the board game quoridor implemented using four algorithms: minimax, minimax with alpha beta pruning, expectimax and monte carlo tree search.
-
Updated
Sep 28, 2024 - Python
Bots for the board game quoridor implemented using four algorithms: minimax, minimax with alpha beta pruning, expectimax and monte carlo tree search.
An engine simulating the board game `Quoridor` on a terminal
First two labs for GameDev Course
This homework is about Implementing a smart agent to play Quoridor, using Min-max, a heuristic function, Transposition Table and forward pruning. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
A simple console application for the Quoridor game
The quoridor game, with terminal user interface.
Quoridor two player game
Add a description, image, and links to the quoridor-bot topic page so that developers can more easily learn about it.
To associate your repository with the quoridor-bot topic, visit your repo's landing page and select "manage topics."