Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 261 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 261 Bytes

README.md

This project simulates the N body problem. To get started modify the main.py file where a Sun, Earth and Moon model is already prepared. You can refer to body.py to learn how to create your own bodies. physics.py defines the required calculations.