Conway's Game of Life

The goal of this blog is to implement my favorite cellular automata (CA) of all time; Conway’s game of life. This CA model has a special place in my heart because it inspired me to pursue my current masters topic. In fact, this was my first ever CA model I ever coded (on bus home from uni). The algorithm is a lattice model that has only four different rules, but can generate endless patterns given appropriate initial grid positioning....

January 8, 2023 · 5 min · Kai Li