File: TriangularLangtonsAnt.rle

package info (click to toggle)
golly 2.3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 10,080 kB
  • sloc: cpp: 41,951; python: 6,339; sh: 3,912; perl: 1,172; java: 49; makefile: 47
file content (12 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# Langton's Ant on a triangular grid.
#
# This turmite has the same instructions as the normal Langton's Ant: turn right
# on 0, left on 1 - but works on a triangular grid instead of a square one, and
# so the resulting behaviour is different. As with some of the n-color Ants,
# the resulting pattern is symmetrical and growth appears unbounded - presumably
# the same proof of this as in the square grid case applies.
#
# Rule generated by Scripts/Python/Rule-Generators/TriTurmite-gen.py
#
x = 1, y = 1, rule = TriTurmite_120010
B!