Processing Assignment 2 - hdsbbrooks/ICS2O GitHub Wiki
- Create a program that demonstrates all of your knowledge of Processing up to this point. Your program can be anything you choose (game, artwork etc) as long as you cover all of the necessary concepts.
- Submit a short description of what you plan on making BEFORE you start coding. You can deviate slightly from this, but you are not to submit something completely different.
- Ensure that you demonstrate all of your Processing knowledge from Assignment 1, as well as looping structures (FOR and WHILE).
Please see the due dates page for more details on when this is due and how to submit your work.
The Overarching Learning Goal for this is Programming Concepts. The specific Learning Goal(s) for this include:
- We are learning to explain programming concepts and constructs.
- We are learning to plan, write, and maintain simple programs.
You will be assessed on the following new Success Criteria, as well as any improvements needed from the previous assignment.
Success Criteria for We are learning to explain programming concepts and constructs |
Met | Not Met | Learning and Improvement Comments |
---|---|---|---|
I can identify situations in which looping structures are required |
Success Criteria for We are learning to plan, write, and maintain simple programs |
Met | Not Met | Learning and Improvement Comments |
---|---|---|---|
I can write a program that includes looping structures. | |||
I can demonstrate the ability to validate and test a computer program using specific cases, including corner cases |