A brief, functional implementation of Conway's Game of Life.
- Reduce a grid to a list of
(living, neighbor count)tuples. - Execute rules on each tuple to determine new living value.
- Reformat list as grid.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A brief, functional implementation of Conway's Game of Life.
(living, neighbor count) tuples.