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

fix step to walk in NOC_I_05_NoiseWalk and merge conflict #118

Closed 201flaviosilva closed 2 years ago

201flaviosilva commented 2 years ago

I solved this error in the sketch.js file in 0.5 - NoiseWalk

Uncaught TypeError: walker.step is not a function
    at draw (sketch.js:14:10)
    at _.o.default.redraw (p5.min.js:3:493894)
    at _draw (p5.min.js:3:430041)

And fixed the index.html merge conflicts from this commit

shiffman commented 2 years ago

Thank you!