Generation:

0

Cellular Automaton - Conway's Game of Life (en.wikipedia.org/wiki/Conway's_Game_of_Life)

Rules

Border Rules

Conway designed this Game of Life for an infinitive grid, but in real world of small apps (like this) the border is inevitable, real, and it must have rules. In any case they are arbitrary. Borders are non-canonical.

Info

At this moment engine works, and transformation is correct (glider moves fine). As far as I tested all is OK. Engine can be much more optimized.

ToDo