mirobeka / cellular-automata

Experiments on lattice
2 stars 0 forks source link

Try out Second Order Cellular automata #39

Closed mirobeka closed 10 years ago

mirobeka commented 11 years ago

This feature requires to remember state of cell in time t-1. To compute next state of cell, we need cell state from t-1 and states of neighbours in time t.