CodingTrain / CodingTrain/Suggestion-Box
Challenge: 3D Fractal Terrain Generation using the "Diamond Square" Algorithm
Open
Challenge
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
[Diamond Square](https://en.wikipedia.org/wiki/Diamond-square_algorithm) is an efficient and often used algorithm to generate realistic looking terrains for games etc.
What I mean by "3D" is that you have a 2D array (x-y coords) and then generate a so-called "heightmap", basically the z-coord. This coord can either be used for giving tiles colors or generating mountains or smth like that.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.