Monte Carlo Methods are interesting algorithms that rely on random sampling to obtain numeric result (Wikipedia). Since today is Pi Day, we are going to design a Monte Carol method
In a previous project, you implemented lighting up animation. Make the animation look more pleasant by making the dot light up and dim gradually. Read tutorial on this project.