Skip to content

UiO-IN3110/monty_hall_game

 
 

Repository files navigation

Monty Hall Game

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

Installation

Install the game with

python3 -m pip install .

Running the game

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

Documentation

The documentation is available online, or can be built locally with

cd docs
make html
firefox _build/html/index.html

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.3%
  • HTML 21.7%