//! This is the core of the simulation. It manages the various aspects of keeping track of the universe's
//! state and the state of all its cells and entities. It drives the simulation forward by applying transformations
//! of the cells and processing actions of the entities sequentially.
use Universe;
use CellState;
use ;
use ;