python simulation of 3 body problem, using pygame
- physics simulation
- multi-body gravitational interaction
- reset and exit functions
- pygame-based interface
- You must have:
- pygame
- numpy
- Clone project and run
python3 main.py
- You may encounter an error in "converting NaN to integer", just run again and it should solve itself