You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Current implementation of Life is probably incorrect:
There should be no stable configurations like
X.
XX
-- they should mutate to stable block
XX
XX
There almost always "semaphores" present
XXX
which flips to
X
X
X
every turn
Traditional implementation usually populates every generation from initially empty field, calculating cell presence by inspecting neighbour 9 cells from previous grid for every cell.
Then you'll see "blocks", "hives", "semaphores", "gliders", "frigates" and all other stuff. Even self-replicated custom configurations were found.
The text was updated successfully, but these errors were encountered:
Current implementation of Life is probably incorrect:
-- they should mutate to stable block
which flips to
every turn
Traditional implementation usually populates every generation from initially empty field, calculating cell presence by inspecting neighbour 9 cells from previous grid for every cell.
Then you'll see "blocks", "hives", "semaphores", "gliders", "frigates" and all other stuff. Even self-replicated custom configurations were found.
The text was updated successfully, but these errors were encountered: