.. Monty Hall Game documentation master file, created by sphinx-quickstart on Tue Nov 15 20:05:41 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Monty Hall Game's documentation! =========================================== This Python module provides an implementation of the Monty Hall Game. Both a command line and web interface are provided. From Wikipedia: *The Monty Hall problem is a brain teaser, in the form of a probability puzzle (Gruber, Krauss and others), loosely based on the American television game show Let's Make a Deal and named after its original host, Monty Hall. The problem was originally posed in a letter by Steve Selvin to the American Statistician in 1975 (Selvin 1975a), (Selvin 1975b). It became famous as a question from a reader's letter quoted in Marilyn vos Savant's "Ask Marilyn" column in Parade magazine in 1990 (vos Savant 1990a)* Contents: .. toctree:: :maxdepth: 3 modules.rst Installation ============ Install the game with .. code-block:: bash pip install . Starting the game ================= Start a command line version of the game with .. code-block:: bash monty-hall-cli Start a web version of the game with .. code-block:: bash monty-hall-web Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`