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