From 6a6790a6fbdbdd08cacfaa44496efd27de539ef7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 26 May 2019 06:14:06 +0000 Subject: [PATCH] Added preview image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f143ae8..04b8636 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a program for running [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) on the command line. +![Preview](https://bitbucket.org/spilt/tb-conway/downloads/conway.gif) + ## Building `make` to build and `make install` to install.