This projects uses the universal law of gravitation, some simple ordinary differential equations and the VPython library to visualize a simulation of the three body problem. Run the simulation yourself with: $ python3 src/main.py
- Collision detection.
- Implement my own ODE solver to ensure energy conservation.
- Make it scalable for
$n$ bodies.