diff options
author | j-james | 2022-11-04 21:28:54 +0000 |
---|---|---|
committer | j-james | 2022-11-04 21:37:22 +0000 |
commit | 013fe632bfe4d9e9e4446d08998ac01863195000 (patch) | |
tree | 8191912ec8fa9d60edb3f57f65005480b56867d9 /entries/jj/tiles | |
parent | 707163ddd8df67f4691f6f105a8b067974f6a4e6 (diff) |
Tweak tiles and add an example
Diffstat (limited to 'entries/jj/tiles')
-rw-r--r-- | entries/jj/tiles/README.md | 8 | ||||
-rw-r--r-- | entries/jj/tiles/example.png | bin | 0 -> 94057 bytes | |||
-rw-r--r-- | entries/jj/tiles/fib.png | bin | 26917 -> 26282 bytes |
3 files changed, 5 insertions, 3 deletions
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 Binary files differnew file mode 100644 index 0000000..28b7365 --- /dev/null +++ b/entries/jj/tiles/example.png diff --git a/entries/jj/tiles/fib.png b/entries/jj/tiles/fib.png Binary files differindex 66e8404..7668696 100644 --- a/entries/jj/tiles/fib.png +++ b/entries/jj/tiles/fib.png |