Skip to content

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

License

Notifications You must be signed in to change notification settings

Thanduriel/quixo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published