aboutsummaryrefslogtreecommitdiff
path: root/entries/omentic/tiles
diff options
context:
space:
mode:
authorBraxton Hall2023-07-13 18:42:31 +0000
committerGitHub2023-07-13 18:42:31 +0000
commit531a3496c10c2ee789509f218921d2109354dfe9 (patch)
treebfe99e81e91603508be51bcd31f7bbb4d48f6b6f /entries/omentic/tiles
parent777b3fba70f2253fa2f8f0bd4c9b207b8ce0a11f (diff)
parentc37b806da507a699624ec4e800522ef4a47ad7bc (diff)
Merge pull request #97 from braxtonhall/jj-to-omentic
Diffstat (limited to 'entries/omentic/tiles')
-rw-r--r--entries/omentic/tiles/README.md13
-rw-r--r--entries/omentic/tiles/example.pngbin0 -> 94057 bytes
-rw-r--r--entries/omentic/tiles/fib.pngbin0 -> 26282 bytes
3 files changed, 13 insertions, 0 deletions
diff --git a/entries/omentic/tiles/README.md b/entries/omentic/tiles/README.md
new file mode 100644
index 0000000..ba10578
--- /dev/null
+++ b/entries/omentic/tiles/README.md
@@ -0,0 +1,13 @@
+# Wang Tiling
+
+These are Wang tiles. For more information, see https://en.wikipedia.org/wiki/Wang_tile.
+
+![Wang tiles](fib.png)
+
+There is only one arrangement of these tiles that tiles the infinite plane _aperiodically_. This arrangement forms the Fibonacci sequence.
+
+Begin by placing down the third tile (the one with the North and West edges being black, the East edge being green, and the South edge being yellow), and continue by placing tiles such that the infinite plane can continue to be filled. The eleventh tile (the one with the North edge being black and the West, East, and South edges being purple) will appear in Fibonacci-spaced intervals.
+
+![The aperiodic tiling](example.png)
+
+The algorithm for this is adapted from https://grahamshawcross.com/2012/10/12/wang-tiles-and-turing-machines/ (with some fixes and tweaks).
diff --git a/entries/omentic/tiles/example.png b/entries/omentic/tiles/example.png
new file mode 100644
index 0000000..28b7365
--- /dev/null
+++ b/entries/omentic/tiles/example.png
Binary files differ
diff --git a/entries/omentic/tiles/fib.png b/entries/omentic/tiles/fib.png
new file mode 100644
index 0000000..7668696
--- /dev/null
+++ b/entries/omentic/tiles/fib.png
Binary files differ