Quoridor
This project was developed during a Python course. The goal of the project was to develop a game of Quoridor. The player played against an AI developed by the teacher by communicating with a REST API. We also needed to implement the possibility to play automatically with an algorithm of our choosing & try to beat the teacher's AI. The algorithm we chose was the Minimax algorithm, but we were forced to limit our search depth to 2 to optimize the time it took to play.
Technology Stack
This project was developed during a Python course. The technologies used were imposed by the course.
Python
Turtle
NetworkX
Next Project