commit ac22885cb81b90b75480669c8c88788dd87a0011
parent a76aade7caea7c421ad859eba0b34265e56c7949
Author: Brian C. Lane <bcl@brianlane.com>
Date: Sat, 22 Apr 2023 09:05:54 -0700
-Add rle pattern examples
Diffstat:
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/examples/glider-gun.rle b/examples/glider-gun.rle
@@ -0,0 +1,6 @@
+#N Gosper glider gun
+#C This was the first gun discovered.
+#C As its name suggests, it was discovered by Bill Gosper.
+x = 36, y = 9, rule = B3/S23
+24bo$22bobo$12b2o6b2o12b2o$11bo3bo4b2o12b2o$2o8bo5bo3b2o$2o8bo3bob2o4b
+obo$10bo5bo7bo$11bo3bo$12b2o!
diff --git a/examples/pulsar-xp3.rle b/examples/pulsar-xp3.rle
@@ -0,0 +1,3 @@
+x = 13, y = 13, rule = B3/S23
+2b2o5b2o$3b2o3b2o$o2bobobobo2bo$3ob2ob2ob3o$bobobobobobo$2b3o3b3o2$2b
+3o3b3o$bobobobobobo$3ob2ob2ob3o$o2bobobobo2bo$3b2o3b2o$2b2o5b2o!