Skip to content

SandSnip3r/sorry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorry

The repository is for the board game Sorry.

sorry_board

Contents

  • agent/mcts/
    • An implementation of Monte Carlo Tree Search for Sorry
  • agent/rl/
    • Reinforcement Learning for Sorry
  • engine/
    • The core logic of the game Sorry
  • ui/
    • A Qt-based UI for playing Sorry against various agents

Building

I've only tested building this in Ubuntu 22 in WSL2 on Windows 10. If you have issues building the UI code, either check the UI build instructions in the section Running In Ubuntu WSL2 or comment out the add_subdirectory in the top level CMakeLists.txt.

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