Strategic board game where you can oppose your opponent, friend or AI, with walls.
The orignal game has been designed by Gigamic. You can buy the wood game from a game vendor.
I developed this project with 3 other students during my second year in prepa school in order to take the competitive exam named TIPE. The purpose of this project was designing AI for the strategic game Quoridor.
Our team :
Requirement : you need python version 3 to start games
Every file prependend by Q_
is an executable that you can run with python.
You can invoke python from a terminal :
python3 project/Q_HumainVsRandomIA.py
python3 project/Q_HumainVsMinMax1.py
Or run the files directly from your prefered IDE (like IDLE, the default IDE packed with python).