Skip to content

xUser5000/flood-fill-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flood Fill Visualizer

Netlify Status

Description

I just tried to make a visualization of the famous flood fill algorithm using JavaScript, that's it.

Live Demo

https://flood-fill-visualizer.netlify.app/

Tools

  • HTML
  • CSS
  • JavaSctipt
  • P5.JS Library (for animation and art)

How to use

  • "Clear" button resets the map
  • "Randomize" button randomly generates some obstacles
  • You can also click on a certain cell to turn it into an obstacle
  • "Play" button runs the simulation