
Today We Did:
– Review your test
1. Application Section
2. Draw a shape that we give you
Tips for improving your project
– Fill the Space with backgrounds, additional object
– Make sure you make everything you can that makes sense into a function
– Make some more shapes using only the circle() and rectangle() function
– no nested functions (functions inside of functions). Makes things confusing.
– make sure you could in theory explain what every part of you code does
Homework: FINISH THE PROJECT AND PUT IT IN YOUR FOLDER By Thursday
Reminder of the criteria: https://www.ayclogic.com/intro-to-python-final-project-criteria/
Brandon:
Goal: A Switch with Mario bros level on screen with the word nintendo
A. Mario (Part of mario)
B. Goomba
C. Cloud
D. ? Brick
E. Pipes
F. The Word Nintendo
G. The Switch Itself (Multiple Objects)
Raksha:
Goal: Sports Match
1. Fill the space with more objects (bugs/dogs
2. Make the Starts more than a single dott
Miyabi:
Goal : Battle Cats
1.Make all of you functions have an (x,y) as its variables. I should be able to take your code and move every shape into a different locations
2. Fill the space. Big parts of it is empty. Put grass, new objects, multiple cats in multiple places
Honor:
Goal : Sick day at home
1. Make more shapes with only rectangles and circles
2. Fill the space. Make it easy to tell that anything not in the center square is apart of the sick person’s room
3. Make some shapes with only rectangle() circle() or other functions you have created. The functions you use to make that shape can use goto, but not the function.