diff options
Diffstat (limited to 'entries/jj/tiles')
-rw-r--r-- | entries/jj/tiles/README.md | 13 | ||||
-rw-r--r-- | entries/jj/tiles/example.png | bin | 94057 -> 0 bytes | |||
-rw-r--r-- | entries/jj/tiles/fib.png | bin | 26282 -> 0 bytes |
3 files changed, 0 insertions, 13 deletions
diff --git a/entries/jj/tiles/README.md b/entries/jj/tiles/README.md deleted file mode 100644 index ba10578..0000000 --- a/entries/jj/tiles/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# 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/jj/tiles/example.png b/entries/jj/tiles/example.png Binary files differdeleted file mode 100644 index 28b7365..0000000 --- a/entries/jj/tiles/example.png +++ /dev/null diff --git a/entries/jj/tiles/fib.png b/entries/jj/tiles/fib.png Binary files differdeleted file mode 100644 index 7668696..0000000 --- a/entries/jj/tiles/fib.png +++ /dev/null |