aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerländer2016-12-11 18:38:20 +0100
committerGitHub2016-12-11 18:38:20 +0100
commit7082c43f116902173d332d81e97f98c306c0dcba (patch)
tree8a612e141a912334946142a6c0c89c30a93bff0e
parent575b204b4e39e06bbf4c74b5397c062196822040 (diff)
downloadtermlife-7082c43f116902173d332d81e97f98c306c0dcba.tar
termlife-7082c43f116902173d332d81e97f98c306c0dcba.tar.gz
termlife-7082c43f116902173d332d81e97f98c306c0dcba.tar.bz2
termlife-7082c43f116902173d332d81e97f98c306c0dcba.tar.lz
termlife-7082c43f116902173d332d81e97f98c306c0dcba.tar.xz
termlife-7082c43f116902173d332d81e97f98c306c0dcba.tar.zst
termlife-7082c43f116902173d332d81e97f98c306c0dcba.zip
Add basic README.md
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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)