-
Notifications
You must be signed in to change notification settings - Fork 0
moojink/nbody
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project is a crash course in Java. The NBody program calculates the net force of gravity on each of N bodies in space to simulate the motion of orbit around the Sun. By default, there are four bodies (Mercury, Venus, Earth, and Mars) orbiting the Sun, but modifying the text file data/planets.txt produces a different number of planets, whose images can be found in the /images directory. To run the simulation, run the following commands: $ javac NBody.java $ java NBody 157788000.0 25000.0 data/planets.txt A window will pop up and start the animation. Upon completion, the program will print the final status of the bodies to standard output, which is used to track correctness. Gradescope Autograder Score: 25.0/25.0 ------------------------------------------------------------------------------- This is Project 0 from UC Berkeley's CS 61B Spring 2017 by Professor Josh Hug: http://datastructur.es/sp17/ Graded using UC Berkeley's public autograder on Gradescope.
About
2D toy simulation of planets orbiting the Sun
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published