Interactive Grid with Bouncing Ball

🔗 Code Example: Interactive Grid w Bouncing Ball

🔗 Timestamps:

  • 0:30 Creating a grid of diagonal lines using a nested loop

  • 4:22 Creating a 2D array to store size data

  • 6:08 Coding a Bouncing Ball Tutorial

  • 8:21 Using ball's location to change size of each line

🔗 References:

Previous

Bouncing Ball (Object-oriented Programming)

Next

Interactive Grid with Mouse Location