Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 447 Bytes

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.