Conway's Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The user provides an initial input of 'alive' cells and the game automatically evolves based on the rules. This is an implementation of the simulation using Java Swing.
A simulation in progress.