This is a simulation based on the Classic Monty Hall Paradox. In this game show problem you are given three doors and are told a prize is hidden behind one. Your job is to find the prize. All instructions for playing are in the game.
This program was inspired by the Monty Hall Paradox. I had just watched the Myth Busters episode where they demonstrated the math behind this game show problem. In it they made an elaborate machine to physically run the simulation. I wanted to see if I could write a scratch program to simulate this problem.