Comp 151 Project 1

Draw me a picture

Summary:

In this second project you will draw me a picture using the arcade graphics library

Due:

  Monday Feb 14th at 11:59pm.


Description:

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.

Additional  requirements:

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:



Project Submission

Submit the project by putting it on github as a private project and making me a collaborator as before.