package
0.0.0-20240708194900-ab92d4e3957d
Repository: https://github.com/flokey82/go_gens.git
Documentation: pkg.go.dev

# README

Simple 2D Map Generator in Golang (WIP)

This package provides functionality to generate 2D maps using procedural methods.

Scope

  • Reproducible using seeds
  • Village placement
  • Terrain / biome types differentiated by color
  • Heightmap
    • Noise based

TODO

  • Rivers, lakes
  • Resources
  • Heightmap
    • Primitive based
    • Erosion

Map!

alt text

# Packages

No description provided by the author

# Functions

New returns a new map with the given dimensions generated using the given seed.

# Constants

Various tile IDs.
Various tile IDs.
Various tile IDs.
Various tile IDs.
Various tile IDs.
Various tile IDs.
Various tile IDs.
Various tile IDs.

# Structs

Map represents a generated map.
No description provided by the author