Level 6: Learning Quiz - IncrediCoders/Python1 GitHub Wiki
Queen Cobra added this page on June 6, 2023
I prepared some questions to check what you learned!
-
What does the term collision mean?
-
What code do you write to make sure that Paul does not run through the right of the screen?
-
What code do you write to make sure that Paul does not run through the top of the screen?
-
What code do you write to make sure that Paul does not run through the bottom of the screen?
-
What does the code
handle-pillar_collision()
do for the program? -
What happens to Paul if
MY.player.collides_with(MY.boss)
is true? -
What does the code command
player_pain_anim()
do? -
What code command subtracts one health from Paul in this program?
-
What is a hitbox?
-
How do you set the ".active" attribute to False, so that you have to pause before you can hit the Creeper again?
Next, you can take on the two extra challenges to chase the Creeper and learn more! When you're done, you can move on to Level 6, the Boss Battle!
-
Challenge 1: In this challenge, you are going to...
-
Challenge 2: In this second challenge, you are going to...
-
Level 6: Unplugged Activity - I wrote this page with more details than what you saw in the book. In this game,
-
Level 6: Rewards - If you completed the Boss Battle program that we talked about, then I set up this page to act as a reward. You can see some illustrations of me and learn more about who I am! You'll also find the WHAT Award digital download, to show off your accomplishment!
-
Level 6: Boss Battle: All Online Resources - Return back to the main Level 6 page, with all our online resources!
After you're completely done with Level 6 (did you do the challenges?), then it's time to move on to Level 7! While you read through Level 7 in your book, you can check out the resources from CHARACTER, as he teaches you how to build the IncrediCards program:
I hope you had fun learning about the Creeper Chase!
--Queen Cobra