Strategic board game where you can oppose your opponent, friend or AI, with walls.

DricomDragon 19633c7c44 Add explanations to run games 4 年之前
project 9477ec37e9 Fix save 4 年之前
.gitignore 01f829b489 Initial commit 4 年之前
LICENSE 01f829b489 Initial commit 4 年之前
README.md 19633c7c44 Add explanations to run games 4 年之前

README.md

Quoridor

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.

Context

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 :

  • Elric
  • Quentin
  • Baptiste
  • Jovian

How to play

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).