In this second project you will draw me a picture using the arcade graphics library
Monday Feb 14th at 11:59pm.
First create a new project (which creates a new project folder) – use the naming convention from the “Additional Requirements” section below.
Then install the arcade library for the project (we need to
install it for each new project that needs it)
Then write
a program which will put up one of the arcade graphics windows (make
it at least 500x500 pixels and draw me a picture.)
You
*cannot* use a house or a smiley face. Also
no
abstract art.
Your picture must contain at least
3 different types of ‘shapes’ from the list we've seen in class
ellipse
Text
rectangle
line
polygon
8 different objects (8 different ‘shapes’ drawn on the window)
at least 6 different sizes of shapes. (so if you want to have a bunch of shapes that are the same size you'll need more than 8.
at least 3 colors for these shapes.
beyond this, have fun.
Your code must be commented
Your function must contain all of
your code except the one line invoking the function
To
help me identify your work, make the name of your
project
yourFirstInitialLastNameProject1
(so
mine would be JSantoreProject1)
And put the following at the
beginning of the program as a comment:
Your name
anything that was left undone
anything that I need to know to run the program correctly.
Submit the project by putting it on github as a private project and making me a collaborator as before.