saints-mile 1.0.2

A frontier JRPG for the adults who loved those games first
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! State system — what the game remembers across scenes, encounters, and chapters.
//!
//! The state contract: relay branch is first-class, reputation is a web,
//! evidence has integrity, witness states track alive/location/integrity/testified,
//! memory objects are explicit, the hand injury is a first-class field.

pub mod types;
pub mod store;
pub mod settings;
pub mod argument;
pub mod evidence;
pub mod investigation;
pub mod history;
pub mod reassembly;
pub mod ending;
pub mod progression;