2D Grid w Nested Loop

🔗 Code Example: 2D Grid w Nested Loop

🔗 Timestamps:

  • 0:20 Creating variables for columns, rows, and size

  • 2:31 Drawing a square grid using a nested loop

  • 4:53 Drawing a circle grid using a nested loop

🔗 References:

Previous

Random Color Grid

Next

Multiple Circles w While Loop