Skip to content

funsim/monty_hall_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monty Hall Game

This repository contains a simple implemenation of the Monty Hall Game with a command line and web interface.

Installation

Install dependencies with

pip install -r requirements.txt

Install the game with

pip install .

Running the game

The command line interface is started with:

play_monty_hall_cli.py

The web server is started with:

play_monty_hall_web.py

About

A Monty Hall Game implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published