ruby-perlin-2D-map-generator 0.0.3
A gem that procedurally generates a seeded and customizable 2D map using perlin noise. Map can be rendered in console using ansi colors or returned as 2D array of hashes describing each tile and binome. Completelycustomizable, use the --help option for full usage details.
Gemfile:
=
install:
=
Runtime Dependencies (2):
perlin
~> 0.2.2
tty-option
~> 0.3.0