Homework 8 Rubric

Submission and Other (6 Points)

Code Points Description
A1 2 Submission is zip containing nbody.py
A2 2 Zip is named after uni, unzips to folder with uni-hw8
A3 2 nbody.py is normal python file

Each one all-or-nothing

Functions (30)

Code Points Description
B1 3 generateObjects modifications
B2 2 Minimum distance modifications
B3 15 simulateStep functionality and implementation
B4 5 2-body functionality
B5 5 N-body functionality

B4/B5 might require functionality from B3.

Style

Uses code C, subjective. See comments for more information.