updated doc

This commit is contained in:
klangner 2020-09-14 22:56:37 +02:00
parent eaa2c78d8c
commit 27023f0443

View File

@ -19,6 +19,7 @@ Generate procedural maps for games. [Try it in the browser](https://klangner.git
* [ ] Drunkard's walk * [ ] Drunkard's walk
* [ ] Maze * [ ] Maze
* [ ] Prefabs * [ ] Prefabs
* [x] Random rooms
* [ ] Voronoi hive * [ ] Voronoi hive
* [ ] Wave Function Collapse * [ ] Wave Function Collapse
* Map modifiers (filters) * Map modifiers (filters)
@ -26,6 +27,7 @@ Generate procedural maps for games. [Try it in the browser](https://klangner.git
* [x] Area starting point * [x] Area starting point
* [x] Cellular automata * [x] Cellular automata
* [x] Cull unreachable areas * [x] Cull unreachable areas
* [x] Room corridors nearest
* [ ] Voronoi spawning * [ ] Voronoi spawning