sawyermarchand9 / Unity2DMapGenerator

An extension to generate 2D tile maps using Perlin noise.
0 stars 0 forks source link

add in algorithm selection #2

Closed sawyermarchand9 closed 4 months ago

sawyermarchand9 commented 4 months ago

Looking into the following algorithms

sawyermarchand9 commented 4 months ago

updated UI for multiple algorithms

Image

sawyermarchand9 commented 4 months ago

Added Cellular Automata algorithm to the tool.

Image

sawyermarchand9 commented 4 months ago

cleaned up cellular automata algorithm

Image