shithub: puzzles

Download patch

ref: 86466959e8dc127513c1dc5c702492c8107c4b20
parent: a33d9fad02d6319cb9061119a6165ed5493a3ba5
author: Simon Tatham <anakin@pobox.com>
date: Sat Jun 17 07:11:26 EDT 2023

Spectre tiling: add a comment with some reference URLs.

I meant to fold this into yesterday's main commit, but there's always
something that gets forgotten.

--- a/spectre.c
+++ b/spectre.c
@@ -1,6 +1,13 @@
 /*
  * Code to generate patches of the aperiodic 'spectre' tiling
  * discovered in 2023.
+ *
+ * Resources about the tiling from its discoverers:
+ * https://cs.uwaterloo.ca/~csk/spectre/
+ * https://arxiv.org/abs/2305.17743
+ *
+ * Writeup of the generation algorithm:
+ * https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/aperiodic-spectre/
  */
 
 #include <assert.h>