This repository contains a simple implemenation of the Monty Hall Game with a command line and web interface.
Install dependencies with
pip install -r requirements.txt
Install the game with
pip install .
The command line interface is started with:
play_monty_hall_cli.py
The web server is started with:
play_monty_hall_web.py