Just a hexagonal grid version of Conway's Game of Life written in Golang.
...
...
$> go run cmd/main.go -resolution=1280x720 -cellsize=12 -margin=10 -debug -vsync
- Performance improvement
- Code refactoring
- Add unit tests for each Rule, Cell, etc
Just a hexagonal grid version of Conway's Game of Life written in Golang.
...
...
$> go run cmd/main.go -resolution=1280x720 -cellsize=12 -margin=10 -debug -vsync