Page 1 of 1

Monty Hall Problem Game

Posted: May 25th, '17, 15:13
by doloop
I'm familiarizing myself with GP. I created a project that plays out the famous "Monty Hall Problem". See Wikipedia and here.

It would be a good "starter project" for students using GP to learn programming because it is an interesting statistical problem and because it could use GP's graphical abilities (with sprites, costumes, etc) to "really dress it up."

By the way, the game is simply a sequence of steps but for some reason (unknown to me) when I used "wait" blocks (of 1 second) to slow things down a bit, the program seemed to stall. Therefore, I converted it to use message broadcasts to control the program flow.