Before you start this assignment you should read Chapters 1,2, and 3 of the textbook.
This assignment should be written in the Processing programming language. You should only use Processing features that we have discussed up to this point. If you have questions about whether or not a particular feature can/should be used, ask the instructors! You may use any Processing version 3.0 or newer.
In this assignment, you’ll be writing a few small and simple Processing programs that display simple shapes and drawings.
Write a Processing program that displays a canvas that looks just like the following.
A few guidelines:
Name this Processing program four_edges.pde
.
Write a Processing program that displays a canvas that looks just like the following.
A few guidelines:
Name this Processing program target.pde
.
Write a Processing program that displays a canvas that looks just like the following.
A few guidelines:
Name this Processing program funky.pde
.
Write a Processing program that displays a canvas that looks just like the following.
A few guidelines:
Name this Processing program tic_tac_toe_pic.pde
.
The assignment is due on Sep/6/2024 at 11:00pm.
Turn in each of the files described in the specification (4 pde files in total) to Gradescope before the deadline. Do NOT upload screenshots, we need the ".pde" files to run your programs.
Note: You can submit your files multiple times before the deadline. But for your final submission, you must drag all of the four files into Gradescope at the same time!
Make sure to name the files exactly as this document specifies. In general, make sure to follow these instructions precisely. If you don’t, we will deduct points!!!
Remember, you should turn in your actual code file, not a screenshot of the result! If you don’t know how to do this, ask me or one of the TAs.