Week 5 : Randomness & Conditionals

Homework

Coding Sketch 5.1 and 5.2: Noise and Circular Motions

Create one sketch that uses noise() and a nested for loop. Call it 5.1.

Create a second sketch that uses circular motion via sin() and cos() functions. Use randomness or noise to distort this movement. Call it 5.2.

Readings

Card image cap
Make: Getting Started with p5*js

Chapter 8. Review Chapters 3, 4, 5 as needed.

by

LINK

Examples

Other Materials

Key Concepts:
Coding Components: