From 4e5e7bdd28a2f7e9c5bd0a693acf962cdfc02d0e Mon Sep 17 00:00:00 2001 From: "D. Joe" Date: Sat, 23 Jul 2022 12:19:01 -0400 Subject: [PATCH] Animate the demonstration game --- demo/HOWTO-movie.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 demo/HOWTO-movie.md diff --git a/demo/HOWTO-movie.md b/demo/HOWTO-movie.md new file mode 100644 index 0000000..ebac30b --- /dev/null +++ b/demo/HOWTO-movie.md @@ -0,0 +1,9 @@ + +To see a quick-and-dirty **animation** of this example game, run: + +clear; \ +for i in `seq 0 9`; do \ + cat move/$i.md; \ + sleep 1; \ + clear; \ +done \ No newline at end of file