In this tutorial, we’re going to look specifically at Conway’s Game of Life, developed by British mathematician John Horton Conway. It’s a zero player game, meaning the evolution of the patterns are determined by the initial input. Conway’s Game of Life is built on a series of rules that dictate the current state (alive or dead) of each cell in the system. We can translate these rules directly into Grasshopper and simulate this system using the Anemone plugin.