Game of Life

  • One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine (Conway's Game of Life) .

  • I was impressed by the fact that your can generator complex result base on a simple initial state with simple principles.