Conway's Game of Life
In memory of British Mathematician John Horton Conway.
This project entails the simulation of Conway's Game of Life using MATLAB, encapsulating the essence of cellular automaton on a finite rectangular grid. Initially, a function is created to generate a game board based on user-defined dimensions and the proportion of live cells. Following this, an update function is developed to transition the game to its subsequent state adhering to the specified rules. To visualize the cellular states, a function is crafted to transform the 0-1 matrix into a graphical depiction. The culmination of these steps enables the simulation of the cellular automaton, illustrating the intriguing dynamics of Conway's Game of Life.
