Calculates digits of Pi using two colliding squares. Written in Lua, LÖVE.
- LÖVE. Install it so you can run it from your terminal using
love
.
If you are on Windows, you can download the EXE from the GitHub releases. Otherwise, you will have to install Love2D and run the program from the .love
file.
- Clone the repository to your local computer.
- Open up a terminal in the directory.
- On Linux, you can run the program using
love .
- On Windows, you can run the program using
"C:\Program Files\LOVE\love.exe" .
- On Mac, you can run the program using
open -n -a love "~/path/to/mygame"
- On Linux, you can run the program using