Skip to content

🥧 Calculate digits of Pi using collisions of two objects.

License

Notifications You must be signed in to change notification settings

MikaelPrytz/collision-pi-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

collision-pi-visualizer

Calculates digits of Pi using two colliding squares. Written in Lua, LÖVE.

Requirements

  • LÖVE. Install it so you can run it from your terminal using love.

Instructions

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.

Running from Source

  1. Clone the repository to your local computer.
  2. 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"

About

🥧 Calculate digits of Pi using collisions of two objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%