is an implementation of flood fill algorithm that's powered by BFS, using p5.js library to visualize it in the browser.
p5.js typescript template from https://github.com/Gaweph/p5-typescript-starter
-
clone this repository
-
npm install
npm start
A local version will now be running on localhost:3000.