We provide a docker-compose.yml with everything needed to play and watch games (useful for debugging). It contains all the web-server infrastructure needed to render a game in a browser.
Catanatron Web UI
To use, ensure you have Docker Compose installed, and run (from this repo's root):
You can also (in a new terminal window) install the [web] subpackage and use the --db flag to make the catanatron-play simulator save the game in the database for inspection via the web server.
The link should be printed in the console.
A great contribution would be to make the Web UI allow to step forwards and backwards in a game to inspect it (ala chess.com)!