Skip to content

dragondgold/Map-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

2D Map Generator using Perlin Noise and Voronoi Diagrams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages