summaryrefslogtreecommitdiff
path: root/examples/game-of-life.tex
diff options
context:
space:
mode:
Diffstat (limited to 'examples/game-of-life.tex')
-rw-r--r--examples/game-of-life.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/game-of-life.tex b/examples/game-of-life.tex
new file mode 100644
index 0000000..182bb67
--- /dev/null
+++ b/examples/game-of-life.tex
@@ -0,0 +1,19 @@
+\usemodule
+ [simpleslides]
+ [style=Automaton,
+ file=initial-gol/sships.gol,
+ %file=initial-gol/oscillator_p11.rle,
+ rule=B3.S23,
+ mode=life,
+ %extendxy=10,
+ color=red,]
+
+%\ctxlua{dofile "automatarc-gol.lua"}
+\starttext
+
+\dorecurse{10}{
+\SlideTitle{Frame Number \recurselevel}
+\input dawkins
+}
+
+\stoptext