MCS-178: Project 3 Gradesheet
Implementation (60 pts)
- Reading the data file correctly (5 pts)
- Loop through all the bodies correctly (5 pts)
- Nested loop to calculate the force between bodies (5 pts)
- Computation
- Net forces (5 pts)
- Accelerations (5 pts)
- Velocities (5 pts)
- Positions (5 pts)
- Positions are updated after all the net forces are computed (5 pts)
- Places images at correct locations (5 pts)
- Clears the screen at each iteration (5 pts)
- Plays the background music (5 pts)
- Prints the final state of the universe (5 pts)
Documentation (10 pts)
readme.txt
(5 pts)
- Comments, meaningful variable names, appropriate indentation, etc. (5 pts)
Total: 70 pts
Extra Credit (5 pts)
- Your own universe data file, resources, etc.