Due: Monday 09/16 10:00am

Important Notes:

  • From now on, programming assignments will have a submission name. When saving your work, use that name. (For example, today’s assignment should be saved as w03_logo.pde).
  • Design a logo/avatar/pet. That should fit within a 200x200 pixel area.
  • Write a processing program that draws your logo, using variables for all the shapes so that the logo is not anchored to a specific location.
  • Make your screen size 500x500 when testing.
  • Add your program to your work GitHub repository.