3.0.5 • Published 6 years ago

dungeongenerator v3.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

3.0.4

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago