Skip to main content

Crate plato_mud

Crate plato_mud 

Source
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::*;

Modules§

alignment
PLATO MUD Engine — Alignment Layer
client
PLATO MUD Engine — CLI Client
engine
PLATO MUD Engine — Core Engine
flux
PLATO MUD Engine — FLUX Transference
server
PLATO MUD Engine — Server
transport
PLATO MUD Engine — Transport Adapters
types
PLATO MUD Engine — Core Types