Map generation for games
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
Game Map Generator
Generate maps for games.
This library is based on the code from the Roguelike tutorial. I highly recommend it for learning how to write Roguelike in Rust.
Features
Dungeons
- Cellural automata
Examples
The folder examples contains demo programs which shows how to use this library.
License
Licensed under either of
at your option.
Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.