dhbw-stginf16a / Rebleyama

Rebleyama – A simple strategic game.
GNU General Public License v3.0
3 stars 0 forks source link

Random Map Generation #20

Open ibogicevic opened 6 years ago

ibogicevic commented 6 years ago

Implement a sophisticated random map generator where the size of areas (fields of same type that are all next to each other) and ganaral distribution of field types can be defined by parameters.

ibogicevic commented 6 years ago

Estimated Efforts: 21h(including evaluation)/3h(excluding evaluation)

ibogicevic commented 6 years ago

Moving to M2 as this is not essential for a running frame and because the effort is quite high for this.

johannaSommer commented 6 years ago

Issue #20: Random Map Generation

johannaSommer commented 6 years ago

Issue #20: Random Map Generation

bmo-at commented 6 years ago

https://stackoverflow.com/questions/17440865/using-perlin-noise-to-generate-a-2d-tile-map

Generating a Perlin noise Tile Map