Skip to content

whiteboxdev/example-lazy-flood-fill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lazy Flood Fill

Example of the lazy flood fill algorithm and procedural generation.

Watch the reference video:
https://www.youtube.com/watch?v=YS0MTrjxGbM

Play with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-lazy-flood-fill/index.html

Please click the ☆ button on GitHub if this repository is useful or interesting. Thank you!

alt text

Controls

Control Description
1 Generate a new map.
2 Decrease the iteration count.
3 Increase the iteration count.
4 Decrease the decay value.
5 Increase the decay value.