aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a32cb38b15654fbf287ca156e47132fb5d9dda0d (plain)
1
2
3
4
5
6
7
8
9
# termlife

...is a straight forward toy implementation of Conway's Game of Life.

It is written in C++ using `termbox` for drawing in the terminal. _Divine intervention_ i.e. manipulating the world state is supported using the mouse.

The world matrix is set up as a toroid.

[![asciicast](https://asciinema.org/a/dihg65tmphtprtirz1srzjird.png)](https://asciinema.org/a/dihg65tmphtprtirz1srzjird)