Week 13 : Arrays + Group Presentations

Homework

Coding Sketch #8: Arrays

Use your object from Coding Sketch no. 7. Use a for loop to generate 100+ of them and store them in an array. Use another for loop to draw and move at 100+ objects!

Define a second object with at least one function that displays a shape. Use function mousePressed() to create these shapes where you you click in the canvas.

Readings

Card image cap
Make: Getting Started with p5*js

Chapters 11. Arrays

by

LINK

Examples

Other Materials

Key Concepts:
Coding Components: