ghjansen / cas

Cellular Automata Simulator
GNU Affero General Public License v3.0
31 stars 3 forks source link

Support for neighborhood configuration #13

Open ghjansen opened 7 years ago

ghjansen commented 7 years ago

The neighborhood configuration should allow to choose a specific set of neighbors for a given amount of dimensions.

e.g one-dimensional cellular automata can set the range of neighbors used at the sides of the reference cell, while two-dimensional cellular automata should decide between Moore neighborhood and von Neuman neighborhood.