top of page

Cellular Automata in a .NET Framework (Windows Application)

Conway's Game of Life (Windows Application)

Conway's Game of Life is a popular cellular automaton which was created by John Conway. The automaton contains only four rules yet results in very interesting patterns, some which are infinite. The GIF above shows a project I created which implements these rules, and shows the results in a C# .NET framework. This project allows for customizable settings saved as per user data which are shared across multiple iterations of the applications reuse.

© 2017-2020 by Brandon Fritz.

bottom of page