Map generation for games
Go to file
2020-08-31 11:58:00 +02:00
src init 2020-08-31 11:45:59 +02:00
.gitignore init 2020-08-31 11:45:59 +02:00
.travis.yml Added Travis CI 2020-08-31 11:48:44 +02:00
Cargo.toml Removed examples since CI doesn't like metal dependency 2020-08-31 11:58:00 +02:00
LICENSE-APACHE init 2020-08-31 11:45:59 +02:00
LICENSE-MIT init 2020-08-31 11:45:59 +02:00
README.md Removed examples since CI doesn't like metal dependency 2020-08-31 11:58:00 +02:00

Game Map Generator

Build Status Crates.io Crates.io mapgen.rs

Generate procedural 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

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.