Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.11 KB

File metadata and controls

31 lines (25 loc) · 1.11 KB

Map Generator

Map Generator is a 2D Java Map Generator based on the usage of Perlin Noise, Poisson Sampling Algorithm and Voronoi Diagram. It is used with the command line and can generate a binary file to use with graphics engines or an svg image to allow scaling without loosing quality.

Usage

At the moment --help is in Spanish I will translate it to English soon:

java -jar mapGenerator.jar [Options]

java -jar mapGenerator.jar --help

Requirements

  • Java

Third Party Libraries

License

Map Generator is released under The BSD 2-Clause License