From fdd4590cb2f34e7221ae7dd0422d73bc3fab69fc Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 12 Jun 2022 19:44:43 +0200 Subject: docs: add preview in readme --- README.md | 2 ++ docs/preview.gif | Bin 0 -> 438679 bytes 2 files changed, 2 insertions(+) create mode 100644 docs/preview.gif diff --git a/README.md b/README.md index c3adeaf..a1ef401 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A c++ Linux CLI implementation of John Conway's game of life. +![Preview](docs/preview.gif) + ## Features - Vim-like key bindings diff --git a/docs/preview.gif b/docs/preview.gif new file mode 100644 index 0000000..5a3bffd Binary files /dev/null and b/docs/preview.gif differ -- cgit v1.2.3-18-g5258