GameOfLife
$ GameOfLife
GameOfLife is an implementation of John Conway's Game of Life.
The game is a cellular automaton where each cell is either dead (grey) or alive (yellow) and will change state in the next tick if any of the following rules are fulfilled:
Otherwise, it will keep its old state.