Thanduriel / quixo

monte-carlo-tree-search for the board game quixo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quixo

monte-carlo-tree-search for the board game quixo

features

  • efficient implementation of game rules
  • configurable monte-carlo-tree-search bot
  • optional GUI using SFML
  • multithreaded skill evaluation of different bots

controls

  • Bots::Player expects inputs of the form: <source x> <source y> <destination x> <destination y> with the upper left position being (0,0)
  • press "C" in the GUI to display estimated winrates for every outer position when used as source/destination

About

monte-carlo-tree-search for the board game quixo

License:MIT License


Languages

Language:C++ 93.5%Language:CMake 6.5%