underworld_core 0.6.3

Small library to either play a game or assist in generating rooms
Documentation
1
2
3
4
5
6
7
8
9
pub mod character_knowledge;
pub mod fixture_knowledge;
pub mod game_state;
pub mod statistics;

pub use character_knowledge::CharacterKnowledge;
pub use fixture_knowledge::FixtureKnowledge;
pub use game_state::GameState;
pub use statistics::Statistics;