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

Off by one error #111

Closed renx99 closed 2 years ago

renx99 commented 3 years ago

I was experimenting with this example and discovered that it would never find a lower case 'z' I have fixed the code and it should be able to find targets using words with z's in them. -rene

shiffman commented 2 years ago

Thanks for catching this!