Generator for Voronoi-based board game maps. Using C# and Unity Engine.
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.