KL4USIE / VoronoiBoardGenerator

Generator for Voronoi-based board game maps. Using C# and Unity Engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Example Image

References

About

Generator for Voronoi-based board game maps. Using C# and Unity Engine.

License:MIT License


Languages

Language:C# 99.1%Language:GLSL 0.9%