This repository contains a simple implementation of the Monty Hall Game with a command line and web interface.
This application is deployed automatically at https://uio-in3110-monty-hall-game.onrender.com
Install the game with
python3 -m pip install .
The command line interface is started with:
monty-hall-cli
or with
python3 -m monty_hall_game
The web server is started with:
monty-hall-web
The documentation is available online, or can be built locally with
cd docs
make html
firefox _build/html/index.html