summaryrefslogtreecommitdiff
path: root/examples/game-of-life.tex
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2010-08-15 20:14:01 +0200
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2010-08-15 20:14:01 +0200
commit665d59554d270d8a56a43a2007981463581a055d (patch)
treeec707d41ee3545c3af51cee3b81dd98a933c1f75 /examples/game-of-life.tex
parent2e2ea4b49f9f3101b4e09b77cd33fefc93c9c3cf (diff)
downloadautomata-backgrounds-665d59554d270d8a56a43a2007981463581a055d.tar.gz
restructured directory layout and renamed most files.
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