https://github.com/whiteboxdev/example-lazy-flood-fill
Example of the lazy flood fill algorithm and procedural generation.
https://github.com/whiteboxdev/example-lazy-flood-fill
defold procgen tutorial
Last synced: 8 days ago
JSON representation
Example of the lazy flood fill algorithm and procedural generation.
- Host: GitHub
- URL: https://github.com/whiteboxdev/example-lazy-flood-fill
- Owner: whiteboxdev
- License: zlib
- Created: 2021-01-23T20:39:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-24T16:13:03.000Z (about 1 year ago)
- Last Synced: 2025-06-16T13:09:14.471Z (11 days ago)
- Topics: defold, procgen, tutorial
- Language: Lua
- Homepage: https://whiteboxdev.github.io/bundles/example-lazy-flood-fill/index.html
- Size: 785 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - Lazy Flood Fill
README
# Lazy Flood Fill
Example of the lazy flood fill algorithm and procedural generation.
Watch the reference video:
https://www.youtube.com/watch?v=YS0MTrjxGbMPlay with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-lazy-flood-fill/index.htmlPlease click the ☆ button on GitHub if this repository is useful or interesting. Thank you!

## 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. |