ljvmiranda921 / seagull

A Python Library for Conway's Game of Life
https://pyseagull.readthedocs.io/en/latest/index.html#
MIT License
175 stars 28 forks source link

Simulator should never change board state #18

Closed ljvmiranda921 closed 5 years ago

ljvmiranda921 commented 5 years ago

It should just maintain a copy of it. Or, set a trigger that determines if the changes should be done inplace or not