Please enable JavaScript to use CodeHS

Introduction to Game Design with p5play

Lesson 5.6 Projectiles - Destroying Tiles

Description

In this lesson, students will implement code that will remove the wood block tiles when struck by an incoming cannonball.


Objective

Students will be able to:

  • Use a prototype to test an algorithm
  • Implement a nested if statement
  • Understand the basics of for loops
  • Remove sprites from the canvas
  • Use a comparison operator to check the size of a sprite’s speed