Creating Variables, Animation, Randomness

Resources

  • Variables

    Making your own variables in p5.js.

  • Random

    How to use randomness in p5.js.

  • Variables Demo

    Some code showing how to use variables in p5.js.

  • Scope Demo

    Some code explaining scope in p5.js.

Variables

If you need a value to change while the program is running, replace it with a variable.




Classwork