TASK:
Creating the screen, turtle, and using the main function.
CHECK UP:
Watch the video below to check that you completed the task.
TASK:
Review and use setworldcoordinates() to define the size of the screen.
CHECK UP:
Watch the video below to check that you completed the task.
TASK:
Draw the horizontal grid lines on the screen.
CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
- Use penup() and pendown() to remove the diagonal lines from the screen.
TASK:
Use a while loop to draw horizontal lines to the top of the screen.
CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
- Draw the vertical grid lines.
TASK:
Use global constants for the width and height of the screen.
CHECK UP:
Watch the video below to check that you completed the task.
TASK:
Define the function definition "clear_tracer()"
CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
- Define and call a function definition that will draw the horizontal lines.
- Also define and call a function definition that will draw the vertical lines.
TASK:
Write a block of code that will color in a gridbox a certain color.
CHECK UP:
Watch the video below to check that you completed the task.
TASK:
Write a function definition called "color_box()"
CHECK UP:
Watch the video below to check that you completed the task.
TASK:
Let's review why global variables are viewed as bad programming practice.
CHECK UP:
Watch the video below to check that you completed the task.
TASK:
Let's now review the base project requirements and the extra credit.
CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
- Make the ball only bounce off the left paddle when inside a hitbox.
- Move the paddles using rects instead of the variables x and y.
Congratulations!
You have completed the 8-Bit Art project!
You have completed the 8-Bit Art project!