This is a pi calculator, it calculates pi by making data points on the board, for each pixel is a new data point. This replicates throwing equally random darts on a board. At the end it is ((data points in the circle) / (total datapoints)) * 4 to get a rough estimation of pi
I used my Circle API to make the inner ring. All scripts and sprites were made by me.