it is a cellular automaton with elementary rules: Rules of the game "Life" in an empty (dead) cell, next to which there are exactly three living cells, life is born; if a living cell has two or three living neighbors, then this cell continues to live; otherwise (if there are less than two or more than three neighbors), the cell dies (“from loneliness” or “from overcrowding”). I made it in 79 blocks, it was easy) better in TW: https://turbowarp.org/778767489 #game #in #live #cellular #auomation #engine #easy #simple #list #one #varible
I corrected the implementation according to CGOL rules