nature-of-code / noc-examples-p5.js-archived

Port to p5.js of Nature of Code examples
MIT License
1.05k stars 552 forks source link

NOC_I_05_NoiseWalk walker.step is not a function #116

Open projecktion opened 2 years ago

projecktion commented 2 years ago

Just started going through the p5.js examples and noticed that in the introduction NoiseWalk example the draw function has walker.step on line 14 but the function it's referencing on line 32 is named walk.

Not sure if you'd want to change line 14 to walker.walk, or update line 32 so the function is called step again.