3.0.5 • Published 7 years ago

dungeongenerator v3.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Dungeon generator

Requirements

  • node.js / es6 / babel + es6
  • debug -- for logging

Usage

Node

npm install --save dungeongenerator

Then write something like:

const DungeonGenerator = require('dungeongenerator')
let dungeon = new DungeonGenerator(16, 16, 3, 4) // h, w, roomsCount, roomAvgSize
console.log(dungeon.maze)

License

This software is covered by MIT license.

Contacts

Grigory Malivenko [nerox8664@gmail.com]

3.0.5

7 years ago

3.0.4

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago