VoronoiBoardGenerator
Generator for Voronoi-based board game maps. Using C# and Unity Engine.
Install / Use
/learn @KL4USIE/VoronoiBoardGeneratorREADME
Voronoi Map Generator
This is a Unity implementation of a game board generator, inspired by strategy games like Civilization.
Uses jceipek's Unity-delaunay project for Voronoi diagrams and SteveJohnstone's map generator for mapping them onto a mesh.
References
- jceipek's Unity-delaunay project
- https://github.com/jceipek/Unity-delaunay
- License: MIT
- SteveJohnstone's map generator
- https://github.com/SteveJohnstone/VoronoiMapGen
- License: MIT
