aboutsummaryrefslogtreecommitdiff
path: root/entries/omentic/tiles
diff options
context:
space:
mode:
authorbraxtonhall2023-07-13 18:26:58 +0000
committerbraxtonhall2023-07-13 18:26:58 +0000
commitc37b806da507a699624ec4e800522ef4a47ad7bc (patch)
treebfe99e81e91603508be51bcd31f7bbb4d48f6b6f /entries/omentic/tiles
parent972c5f34cd093d44e801bf6b41ac0af2032b0b96 (diff)
Update directories
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