Assigned: October 30, 2019
Due: November 5, 2019
For this assignment, you will design a world (big-bang) program that moves many balls around the scene simultaneously, each one bouncing off all four walls of the scene. You do not have to have different ball colors, or velocities... YET.
Make a copy of—don't overwrite—this week's Halloween lab and begin with it.
Be sure to follow the Design Recipe in the text for each function you develop.
Submit your program with an .rkt
extension via Moodle. It's grade will be 40% of the whole assignment: 20% based on your code, 10% on the display and 10% on your documentation.
Assigned: October 30, 2019
Due: November 11, 2019
For this assignment, you will extend Assignment 3B so that the balls have different ball colors, sizes, and velocities.
Make a copy of—don't overwrite—3A and begin with it.
Submit your program with an .rkt
extension via Moodle. It will be the remaining 60% of the assignment grade. This portion will be graded using the usual programming rubric.