tlife
is an implementation of Conway's Game of
Life that runs
in a terminal.
- Install go
- Run
go get github.com/mgaffney/tlife
In a terminal, run tlife
.
- Enter key manually advances the evolution
- Mouse click toggles a cell
- ESC key quits
- Space key starts/stops automatic evolution
- '+' key increases speed
- '-' key decreases speed