Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monty Hall Problem Simulation

A simple web-based simulation of the Monty Hall problem.

Play at: https://nodesocket.github.io/monty-hall-problem-simulation/

Coded with AI assistance from Cursor.

How to play

  1. Open index.html in your browser (or run a local http server).
  2. Pick one of three cups.
  3. The host removes an empty cup.
  4. Choose to stay with your original cup or switch to the other remaining cup.
  5. All cups are revealed — see if you found the ball.

Run locally

# from this directory
python3 -m http.server 8888

Then visit http://localhost:8888

About

A simple web-based simulation of the Monty Hall problem

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages