Skip to content

SandSnip3r/SorryQt

Repository files navigation

Qt Sorry

This repository provides a UI for the board game Sorry along with visualization of a Monte Carlo Tree Search bot which can be played against as an opponent.

Make sure to clone the submodule for the Sorry and MCTS implementations.

img

Building in Qt Creator

  1. Open project in Qt Creator by selecting the CMakeLists.txt
  2. Select a kit (this includes selecting a Qt version and compiler)
  3. Click the green arrow to build & run

Building on command line

mkdir build
cd build
cmake ../
cmake --build .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published