Animate the demonstration game

This commit is contained in:
D. Joe 2022-07-23 12:19:01 -04:00
parent a1c212cdeb
commit 4e5e7bdd28
1 changed files with 9 additions and 0 deletions

9
demo/HOWTO-movie.md Normal file
View File

@ -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