Options
All
  • Public
  • Public/Protected
  • All
Menu

dungen-ts

dungen

Procedural generation utility.

Documentation

Generated by TypeDoc

Installation

General Usage

npm i dungen-ts -g | yarn global add dungen-ts

Can be accessed with: dungen

Help

$ dungen -h
usage: dungen [-h] [-v] [-f FILE] [-i ITERATIONS] [-w WIDTH] [-l LENGTH]

Optional arguments:
  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.
  -f FILE, --file FILE  File path for exporting room data.
  -i ITERATIONS, --iterations ITERATIONS
                        Simulation iterations. Default: 15
  -w WIDTH, --width WIDTH
                        Width of cell map (X axis). Default: 25
  -l LENGTH, --length LENGTH
                        Height of cell map (Y axis). Default: 25

As a library

npm i dungen-ts --save | yarn add dungen-ts

Generated using TypeDoc