dungen 0.1.2

Simple random dungeon generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]
rand = "0.3.14"

[package]
authors = ["tsujin <contact@tsujin.com>"]
description = "Simple random dungeon generator"
homepage = "https://github.com/tsujin/dungen"
keywords = ["dungeon", "generator", "roguelike", "game"]
license-file = "LICENSE.md"
name = "dungen"
readme = "README.md"
repository = "https://github.com/tsujin/dungen.git"
version = "0.1.2"