https://github.com/thanduriel/quixo
monte-carlo-tree-search for the board game quixo
https://github.com/thanduriel/quixo
board-game computational-intelligence monte-carlo-tree-search
Last synced: 28 days ago
JSON representation
monte-carlo-tree-search for the board game quixo
- Host: GitHub
- URL: https://github.com/thanduriel/quixo
- Owner: Thanduriel
- License: mit
- Created: 2018-04-07T13:36:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T14:37:53.000Z (about 5 years ago)
- Last Synced: 2025-02-11T09:51:23.502Z (3 months ago)
- Topics: board-game, computational-intelligence, monte-carlo-tree-search
- Language: C++
- Homepage:
- Size: 3.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quixo
monte-carlo-tree-search for the board game [quixo](https://boardgamegeek.com/boardgame/3190/quixo)## features
* efficient implementation of game rules
* configurable monte-carlo-tree-search bot
* optional GUI using [SFML](https://www.sfml-dev.org/)
* multithreaded skill evaluation of different bots
## controls
* Bots::Player expects inputs of the form: \ \ \ \
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