Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 528 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 528 Bytes

Conway's Game of Life - in the terminal

tlife is an implementation of Conway's Game of Life that runs in a terminal.

Installing it

  1. Install go
  2. Run go get github.com/mgaffney/tlife

Running It

In a terminal, run tlife.

  • Enter key manually advances the evolution
  • Mouse click toggles a cell
  • ESC key quits

TODO

  • Space key starts/stops automatic evolution
  • '+' key increases speed
  • '-' key decreases speed