Object Communication Part 2
Code! Programming with p5.js Lesson #7.7
This is a continuation of my previous video where I explore shape intersection with object-oriented programming. Here, I demonstrate how to use a nested loop to check every object’s position against every other object.
Community Contributions
- Bubble Clicker by wijhuang (Source Code)
You can also add your own version! (See how)
Videos discussed in this lesson
- Previous video
- for of loop by The Coding Train