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
10
11
12
pub mod character;
pub mod character_item;
pub mod exit;
pub mod fixture;
pub mod fixture_position;
pub mod game_state;
pub mod inventory;
pub mod item;
pub mod non_player;
pub mod npc_position;
pub mod player;
pub mod room;