Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

Example of the lazy flood fill algorithm and procedural generation.

Awesome Lists containing this project

README

        

# 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](https://github.com/whiteboxdev/example-lazy-flood-fill/blob/main/assets/thumbnail.png?raw=true)

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