emergent 1.8.2

Toolset for producing emergent gameplay for games written in Rust
Documentation
1
2
3
4
5
6
//! Evaluators are operations on sets of considerations.

pub mod max;
pub mod min;
pub mod product;
pub mod sum;