Please enable JavaScript to use CodeHS

Illinois Introduction to Computer Science

Lesson 6.3 Collisions

Description

In this lesson, students learn about the logic required to implement their own collision detection functionality in their graphics animations.


Objective

Students will be able to:

  • Understand when objects “collide” with the canvas walls and other objects.
  • Write their own collision detection logic.