From 013fe632bfe4d9e9e4446d08998ac01863195000 Mon Sep 17 00:00:00 2001 From: j-james Date: Fri, 4 Nov 2022 14:28:54 -0700 Subject: Tweak tiles and add an example --- entries/jj/tiles/README.md | 8 +++++--- entries/jj/tiles/example.png | Bin 0 -> 94057 bytes entries/jj/tiles/fib.png | Bin 26917 -> 26282 bytes 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 entries/jj/tiles/example.png (limited to 'entries/jj') diff --git a/entries/jj/tiles/README.md b/entries/jj/tiles/README.md index a7b5fd1..104d69e 100644 --- a/entries/jj/tiles/README.md +++ b/entries/jj/tiles/README.md @@ -1,7 +1,9 @@ -# Partial Wang Tiling +# Wang Tiling These are Wang tiles. For more information, see https://en.wikipedia.org/wiki/Wang_tile. -Provided that the third tile (the one with the North and West edges being black, the East edge being green, and the South edge being yellow) is placed down first, there is only one arrangement of tiles such that the tiles tile the infinite quarter-plane. This arrangement forms the Fibonacci numbers. 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. +There is only one arrangement of these tiles that tiles the infinite plane _aperiodically_. This arrangement forms the Fibonacci sequence. -The algorithm for this is adapted from https://grahamshawcross.com/2012/10/12/wang-tiles-and-turing-machines/ (with some fixes and optimizations). +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 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/jj/tiles/example.png b/entries/jj/tiles/example.png new file mode 100644 index 0000000..28b7365 Binary files /dev/null and b/entries/jj/tiles/example.png differ diff --git a/entries/jj/tiles/fib.png b/entries/jj/tiles/fib.png index 66e8404..7668696 100644 Binary files a/entries/jj/tiles/fib.png and b/entries/jj/tiles/fib.png differ -- cgit v1.2.3-70-g09d2