Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whiteboxdev/example-diamond-square

Example of the diamond square algorithm and procedural generation.
https://github.com/whiteboxdev/example-diamond-square

defold procgen tutorial

Last synced: about 2 months ago
JSON representation

Example of the diamond square algorithm and procedural generation.

Awesome Lists containing this project

README

        

# Diamond Square

Example of the diamond square algorithm and procedural generation.

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

Play with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-diamond-square/index.html

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

![alt text](https://github.com/whiteboxdev/example-diamond-square/blob/main/assets/thumbnail.png?raw=true)

## Controls

| Control | Description |
| ------- | ----------- |
| Left Click | Generate a new map. |
| Right Click | Scroll across the map. |
| 1 | Use grayscale graphics. |
| 2 | Use colored graphics. |
| 3 | Decrease the random scalar. |
| 4 | Increase the random scalar. |