This is a Go implementation of Conway's Game of Life.
To install the application, you can clone the repository and build the binary using Go:
git clone https://github.com/skyfire100/ConwaysGameOfLife-Go
cd ConwaysGameOfLife-Go
go build -o game-of-life main.go
To start the Game of Life, run the binary:
./game-of-life
This will start the game with a random initial state.
This project is licensed under the GNU General Public License v3.0 License.