From 1266502d8f0e72c135198278fcccf75b519cee44 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 24 Mar 2017 23:17:53 +0100 Subject: Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8e3d8a..a32cb38 100644 --- a/README.md +++ b/README.md @@ -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. -[![asciicast](https://asciinema.org/a/f4nc8r6v1tf2m97s6m81ci37q.png)](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. + +[![asciicast](https://asciinema.org/a/dihg65tmphtprtirz1srzjird.png)](https://asciinema.org/a/dihg65tmphtprtirz1srzjird) -- cgit v1.2.3