Expand description
PLATO MUD Engine — Constraint-Theory Knowledge Rooms with FLUX Transference
A Rust MUD engine where rooms are computational domains, tiles are structured knowledge objects, and FLUX carries zeitgeist between rooms. All actions pass through alignment constraints.
Re-exports§
pub use alignment::AlignmentChecker;pub use engine::Engine;pub use flux::FluxManager;pub use types::*;