Project 3: Draw me a picture.
Due: Oct
8th at 11:59pm
Summary:
In this project you will open a window, and draw a picture using shapes
and the python arcade library.
Details:
For this project,
- First create a new project in pycharm make sure the project
name has your name and an indication of which project this
is.
- Be sure to install and import the arcade library
- Draw me a picture on the window using arcade You need at least
- 10 shapes/lines things drawn
- at least one arc
- at least one rectangle
- at least one line
- at least one circle
- at least one other shape (parabola/triangle )
- at least one draw text to add your name to your picture
- You cannot make a
smile/emoji or a house since we did those in class and PAL session
Of course put this into git and onto github sooner rather than later.
Additional requirements:
Your code must be commented you don't have to comment every line, but you
need to explain to me what you are doing in the code.
Submission:
As with the previous project, to submit
the project to me, share it with me on github. My github id is jsantore.
You can see directions for doing this here.