From 99fd2fdf843b54334123ab24cd0cb16b47446b67 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 26 May 2019 06:12:42 +0000 Subject: [PATCH] Added preview image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56981fe..ef4ea41 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,7 @@ This is a program that simulates a double pendulum and renders it on the console with termbox. Press `q` or Escape to quit and `r` to randomize. +![Preview](https://bitbucket.org/spilt/2pend/downloads/2pend.gif) + ## Building `make` to build and `make install` to install.