Assignment

  • This is the assignment for the coding course.
  • You are asked to write the code for a working animation.

Assignment Brief

You are asked to write code to produce a working animation of your choice.

The aim of the assignment is for you to demonstrate your understanding of the code seen so far, so you are asked to include the following:

  • shapes e.g. line, rect, ellipse, etc (20 marks)
  • colour e.g. Grayscale and RGB schemes (5 marks)
  • stroke and fill of shapes (5 marks)
  • key or mouse event handling (20 marks)
  • if statement (20 marks)
  • animation i.e. using the draw() and setup() methods. (30 marks)