Crates.io | grue |
lib.rs | grue |
version | 0.1.0 |
source | src |
created_at | 2019-07-15 06:43:14.222963 |
updated_at | 2019-07-15 06:43:14.222963 |
description | Various tools and algorithms for building role-playing and adventure games |
homepage | https://github.com/gwihlidal/grue-rs |
repository | https://github.com/gwihlidal/grue-rs |
max_upload_size | |
id | 149143 |
size | 317,072 |
Various tools and algorithms for building rpg and adventure games
https://en.wikipedia.org/wiki/Grue_(monster)
It is pitch black. You are likely to be eaten by a grue.
Further investigation will reveal more about their nature:
> what is a grue?
The grue is a sinister, lurking presence in the dark places of the
earth. Its favorite diet is adventurers, but its insatiable appetite
is tempered by its fear of light. No grue has ever been seen by the
light of day, and few have survived its fearsome jaws to tell the tale.
https://www.wihlidal.com/blog/general/2019-07-14-name-generation/
cargo run --release --example namegen
cargo run --release --example markov
cargo run --release --example adventure
Add this to your Cargo.toml
:
[dependencies]
grue = "0.1.0"
and add this to your crate root:
extern crate grue;
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Contributions are always welcome; please look at the issue tracker to see what known improvements are documented.
Contribution to the grue crate is organized under the terms of the Contributor Covenant, the maintainer of grue, @gwihlidal, promises to intervene to uphold that code of conduct.