| Crates.io | dungen |
| lib.rs | dungen |
| version | 0.1.2 |
| created_at | 2016-04-23 05:11:47.078495+00 |
| updated_at | 2016-04-24 08:27:52.56635+00 |
| description | Simple random dungeon generator |
| homepage | https://github.com/tsujin/dungen |
| repository | https://github.com/tsujin/dungen.git |
| max_upload_size | |
| id | 4822 |
| size | 14,019 |
Simple random dungeon generator written in Rust. Based on a method originally described by Mike Anderson
If you would like to contribute, please submit a pull request. I will gladly accept any improvements or clean-ups to the code.
Translated from this c++ algorithm.