This is a GUI application for simulating Buffon's needle, using tkinter.
- Python3
- Numpy
- I expect the length l of needles is the same as or smaller than the distance d between lines. So, if l is larger than d, the estimated value of π will be incorrect!
- This app doesn't show the needle-falling animation.