Monty Hall Simulation

I recently watched a video explaining the Monty Hall problem, and thought it would be fun to write a small Python program that proves that the less-than-obvi...

Block Puzzle Game with React

I find it interesting when people use a programming language / framework outside of it’s intended use cases. Oftentimes this happens when the developer simpl...