Rubric

ASG 1 Rubric
ASG 1 Rubric
Criteria Ratings Pts
Your code is object-oriented and follows the proposed file organization.
In your project, you should have at least the files:
(a) index.html, (b) sketch.js, (c) particle.js and (d) particle-system.js. The "Particle" class should be defined in particle.js and ParticleSystem class should be defined in particle-system.js.
threshold: pts
2 pts Full Marks
0 pts No Marks
pts
2 pts
--
Particles can be created at different positions.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--
Particles can be shot with a given force and lifetime.
threshold: pts
2 pts Full Marks
0 pts No Marks
pts
2 pts
--
Particle Systems can be created with N particles.
threshold: pts
2 pts Full Marks
0 pts No Marks
pts
2 pts
--
Particles react to the attributes of a piece of music.
threshold: pts
2 pts Full Marks
0 pts No Marks
pts
2 pts
--
Code is hosted on GitHub and has a webpage showing outputs and description.
threshold: pts
1 pts Full Marks
0 pts No Marks
pts
1 pts
--