Game of Life
Tools & Technologies
C#, WPF
Description
A straightforward implementation of John Conways' famous game of life cellular automata rule in C#.
Game of Life is a prime example of how simple rules can give rise to complexity. With only 3 simple rules this outer totalistic cellular automaton has already proven to be Turing complete.