A physics simulation of elastic collisions between particles of varying masses.
- Clone the repository:
$ git clone https://github.com/abx393/particle-collision-simulation.git
- Change working directory to src folder:
$ cd particle-collision-simulation/src
- Assuming you have Java installed and have added your JDK directory to your user environment Path variable, compile and run World.java:
$ javac World.java; java World; rm *.class