#Conway's Game of Life

GIF

##What is it? GoL is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves or, for advanced players, by creating patterns with particular properties.

##Technologies

Language Testing
C# NUnit

##To Do

  • Implement user-friendly starting point