An implementation of Conway's Game of Life in Go
You can go build main.go and than ./main -seed=beacon
or just go run -seed=blinker
- seed - the name of the seed pattern ("beacon"|"blinker")
try go test ./... from the root for all the packages or go test from a package dir.