# VoronoiMapGen **Repository Path**: iocmomo/VoronoiMapGen ## Basic Information - **Project Name**: VoronoiMapGen - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Voronoi Map Generator This is a Unity implementation of a map generator using a similar process to the one outlined by [Amit Patel at Red Blob Games](http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/) It produces maps like this: ![Image of Generated Map](https://raw.githubusercontent.com/SteveJohnstone/VoronoiMapGen/master/Readme/sample.gif) ## References - jceipek's Unity-delaunay project - https://github.com/jceipek/Unity-delaunay - Licence: MIT - Sebastian Lague's Terrain project - https://github.com/SebLague/Procedural-Landmass-Generation - Licence: MIT