UiO-IN3110 / monty_hall_game

A Monty Hall Game implementation in Python

Home Page:https://uio-in3110.github.io/monty_hall_game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Monty Hall Game implementation in Python

https://uio-in3110.github.io/monty_hall_game/


Languages

Language:Python 78.3%Language:HTML 21.7%