From 7082c43f116902173d332d81e97f98c306c0dcba Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sun, 11 Dec 2016 18:38:20 +0100 Subject: Add basic README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..831d505 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# 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. + +[![asciicast](https://asciinema.org/a/b8ikx32sc5fe427b86y7kjgh7.png)](https://asciinema.org/a/b8ikx32sc5fe427b86y7kjgh7) -- cgit v1.2.3