go-life icon indicating copy to clipboard operation
go-life copied to clipboard

Terminal based Conway's Game of Life. Implemented in Go.

Results 4 go-life issues
Sort by recently updated
recently updated
newest added

Add a command line option, such that when passed, the game will continue with another random seed after the pattern does not change after screen update. Perhaps the option could...

"terminal entry not found" if $TERM is tmux-256color. Setting it to xterm-256color is needed to bypass the error. Tried this inside tmux.

- followed the instructions on readme - it should work with `go-life` on the terminal, but have this instead: ![image](https://github.com/sachaos/go-life/assets/35686547/a79e3db0-e188-45ec-a253-191e39765929) ps: i've used this before and worked just fine, dunno...

This is really cool. I didn't see this until after I had made my own game of life. Mine is super simple. Only does random starts. Your version is awesome....