This is a project towards harvardx cs50...week 0 problemset For one of my basic projects, im thinking a monty hall simulator. You know, choose a door. A, B, C. they open one of the other two doors, and ask if you want to change the door you picked Yes, it cheats and tells you the winning door. that game... it seemed a "simple" enough application. work in progress... left todo: i wrote a very long if statement to determine "which other door" to open... but its still a lot more work to do. There are multiple ways to approach a project. is the longer method incorrect? I'm not sure yet. plus the graphics dont clean up immediately. it seesm to refresh every other click of the green flag.. wondering why that happens.