An implementation of Conway's Game of Life written in Go using the Ebiten library for graphical output.
go build
./golife
Set cells to alive with the left mouse button. Kill cells with the right mouse button. Press space
to start or pause the game. Press escape
to reset the game.