Quoridor AI

Quoridor

Quoridor game with AI Repo: https://github.com/dipsywong98/Quoridor

Stack

  • C++
  • SFML

Story

NXP Intelligent racing creative category is a quoridor game between two robots without any manual control. This project acts as a backup plan if deep reinforcement learning strategy fails. I made this within a few days using alpha-beta pruning minimax tree which I leant from the game programming course. I tried negamax pruning tree but it does not work well.

Reference

How to install SMFL on visual studio: http://gamecodeschool.com/sfml/setting-up-visual-studio-and-sfml-development-environment/