Let's approximate pi together! Instructions are in the project. Feel free to comment the current pi or accuracy :)
This project uses the Monte Carlo method of calculating pi. The premise is that we can approximate pi by randomly putting dots on a square. http://polymer.bu.edu/java/java/montepi/MontePi.html This project uses cloud variables so that we can work together to find pi. Every time you play it, you add a dot. In theory, if this project is run infinity times, we could get pi perfectly. So, the more people who help out, the better! Credit goes to my professor who taught us about Monte Carlo!