mirobeka / cellular-automata

Experiments on lattice
2 stars 0 forks source link

Saving states of into replay #52

Closed mirobeka closed 10 years ago

mirobeka commented 10 years ago

Lattice class can save run into replays. Now it assumes that state has "grayscale" property and saves just this value. Then on the client side, this value is used for all compounds of rgb.

Lattice should save all state values including internal states and others properties and mapping function should be implemented on client side.