Review — "6.3.5 Cmu CS Academy"

Summary

DVD Screensaver: Focuses on reversing direction and sometimes changing the color of the label when it hits a corner.

# Only move right if we aren't hitting the edge
if app.movingRight and app.player.right < 400:
    app.player.centerX += 5

function in Python. Depending on the specific version of the curriculum being used (such as CS1 or CSP), the exact exercise may vary, but common variations include "Triforce," "Boat in Ball Pool," or "DVD Screensaver". Core Learning Objectives : Understanding how to use the