This is a simple implementation of Conway's Game of Life.
To build the project, make sure you have Go installed, then run:
go buildThis will create an executable named gol in the current directory.
To run the game, execute the compiled binary:
./golYou can download the latest release from the releases page.