diff options
author | Adrian Kummerlaender | 2017-03-24 23:17:53 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2017-03-24 23:21:22 +0100 |
commit | 1266502d8f0e72c135198278fcccf75b519cee44 (patch) | |
tree | f8a321cc9bd7fc7b45a53c57a4ec18b7165297a3 | |
parent | c09a4f39f742a94b150cad6a3fb0bbbfbb99e495 (diff) | |
download | termlife-1266502d8f0e72c135198278fcccf75b519cee44.tar termlife-1266502d8f0e72c135198278fcccf75b519cee44.tar.gz termlife-1266502d8f0e72c135198278fcccf75b519cee44.tar.bz2 termlife-1266502d8f0e72c135198278fcccf75b519cee44.tar.lz termlife-1266502d8f0e72c135198278fcccf75b519cee44.tar.xz termlife-1266502d8f0e72c135198278fcccf75b519cee44.tar.zst termlife-1266502d8f0e72c135198278fcccf75b519cee44.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,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. +...is a straight forward toy implementation of Conway's Game of Life. -[](https://asciinema.org/a/f4nc8r6v1tf2m97s6m81ci37q) +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. + +[](https://asciinema.org/a/dihg65tmphtprtirz1srzjird) |