/golife

An implementation of Conway's Game of Life written in Go using the Ebiten library for graphical output.

Primary LanguageGoApache License 2.0Apache-2.0

golife

An implementation of Conway's Game of Life written in Go using the Ebiten library for graphical output.

Build

go build
./golife

Usage

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.