« All Events
3 PM – Intro To Python – Daniel
August 10 @ 3:00 pm - 4:00 pm
What We Did
- We finished drawing the robot using the functions we created for the left and right arm
- We started to learn how to draw circles and polygons
- Created a function that draws a face using the rectangle and circle functions we created
- Reviewed what to do for the project proposal
Homework
- Create a project proposal following these requirements
- It needs to have a combination of rectangles, circles, and polygons.
- It needs to have at least one text that is formed by a combination of rectangles or circles or polygons.
- It needs to have some part of the illustration that keeps changing the colors.
- The X and Y coordinates need to be between -500 to 500.
- The illustration needs to be fairly complex. If it is too simple, then you will not get the maximum grade.
- There needs to be at least 7 different objects/characters in the final project
- Most of the complex shapes have to be done via functions with coordinates and color as parameters. For example, draw_cloud(x,y, color), draw_tree(x,y, color), draw_airplane(x,y, color). The more functions like this, the higher your grades.
- No code duplication.
- The final result has to be the same as the proposal.
- If you have any questions, email me at dmeng@ayclogic.com