Module minutae::universe [] [src]

Declares the universe in which all parts of the system reside. ItThe universe is represented by a square two-dimensional array of cells. The universe has a set view distance which determines what range cells and entities have information about their neighbors; a view distance of 0 means they only have knowledge of their own state, a view distance of 1 means that they have knowledge of all neighbors touching them (including diagonals), etc.

Structs

Universe
UniverseConf