A project that procedurally generates height maps using various algorithms (random walking, cellular automata, ...)
Note: I do not plan to continue this project in the near future. it is currently only a height map generator.
Also i found out that python's speed is not enough for such a project, i am currently looking into converting it to c++ or c
- added biased movement
- added height map
