Please enable JavaScript to use CodeHS

Introduction to Game Design with p5play

Lesson 4.5 Mini Golf - Interactions

Description

In this lesson, students will apply their new knowledge of Booleans and if/else statements to create interactions between the player and the sprites.


Objective

Students will be able to:

  • Use pseudocode to help plan out if/else blocks
  • Integrate p5play Boolean expressions with an if/else block to create branching interactions
  • Use p5play methods like moveTowards(), rotate(), and remove()
  • Use a greater than operator to check the speed of the ball