28
$\begingroup$

The background text that follows is in this case not part of the puzzle, nor fictitious. The puzzle, which is self-contained, consists entirely of the image below; I have composed it as a genuine (albeit poor) tribute to the work of a great artist.


Today (21 June) marks the eighteenth anniversary of the death of the great Australian Indigenous artist Clifford Possum Tjapaltjarri. He was one of the pioneers in the 1970s of the dot painting technique, now ubiquitous and widely associated with Australian Indigenous art. These works make heavy use of symbolism and other techniques to convey information, often relating to the land. Possessing an extraordinary artistic vision, Clifford Possum produced a great number of remarkable works. One of his masterpieces, Warlugulong, sold for $2.4 million in 2007, the fifth-highest price ever paid for an Australian art work at that time.

The following simple little puzzle is a tribute to this artist, composed in a style reminiscent of his artform. Can you find the meaning it contains?


Dot


Hint:

For any who may still be looking at this puzzle, the best way forward should be to use the numbers @DavidG. has found to guide you in your attempt to read the yellow and red circles.


Hint 2:

For any who may still be interested in this puzzle, note that the red and yellow dots essentially form a set of strings in a two-element alphabet. They may not make sense as written, but @DavidG. has essentially provided a corresponding set of strings that contain (in some order), the numbers from $1$ to the string-length... Note that some data may have to be discarded due to the significant constraints of the puzzle's construction forcing the inclusion of non-meaningful data.


Hint 3:

Just in case anyone is still interested in this puzzle (and because we got annoyingly close to a solution in the comments), here's what has been correctly deduced so far: @DavidG has (correctly) deduced a grid of numbers from $1$ to $9$. @Stiv has then read the red and yellow dots left-to-right using these numbers to produce a (correct) image. I have hinted that there is an obvious way to read this image (i.e. convert the binary sequences to characters, noting that the puzzle's stringent construction forced the inclusion of non-meaningful 'buffer' data), and @Berry has explicitly guessed the required conversion, but there the puzzle has stagnated.

Note that if this simple row-based reordering were all that was required, the puzzle would have been trivial to make. What made the puzzle challenging to make, even with allowing nonsense data, is that the red and yellow dots must also be read another obvious way to get the rest of the message, and then hopefully solve the puzzle.


For those who may have trouble reading the image, I have provided a pastebin which contains as much as is relevant of the image that I could describe in words. Owing to the inherently visual nature of this type of art, however, you will need to use at least some parts of the image to find the solution.
It is worth pointing out that artistic license has been used in the precise details of the artwork. Generally speaking, counting precise numbers of small dots is not important. Apart from the numbers of outer dots surrounding some of the circles, and the numbers of green dots, you do not need to count e.g. the number of small dots in each circle. If it comes to counting small dots, if I haven't mentioned it in the pastebin, it's not relevant. Precise details of the colours (e.g. hex values) are also not necessary for the solution.

$\endgroup$
20
  • 4
    $\begingroup$ This is a thing of beauty. Did you place each dot by hand?? $\endgroup$
    – Stiv
    Commented Jun 21, 2020 at 10:49
  • 3
    $\begingroup$ @Stiv Not really. I wrote a program to do it, which probably took much much longer... $\endgroup$
    – Anon
    Commented Jun 21, 2020 at 10:58
  • 1
    $\begingroup$ Either way - wow! Impressive. And fantastic visuals :) $\endgroup$
    – Stiv
    Commented Jun 21, 2020 at 11:00
  • 4
    $\begingroup$ Thank you for the text version! I'm colorblind, and absolutely never would've noticed those green dots. $\endgroup$
    – Deusovi
    Commented Jun 21, 2020 at 18:14
  • 2
    $\begingroup$ @Anon I've been turning my attention to this one regularly and have managed to produce various messages as described in your hint (looking most promising with a 're-ordering'), but none of them yet make any meaningful sense! Will look again... $\endgroup$
    – Stiv
    Commented Jul 10, 2020 at 8:44

2 Answers 2

9
$\begingroup$

If you take David G.'s partial solution, and:

Add the red and yellow coloring from the dots to the sudoku solution, you obtain:

enter image description here

Then, as per Stiv's partial solution in the comments:

Sort the numbers per row, in ascending order, retaining their red/yellow coloring, you obtain this table:

enter image description here

If you convert the colors of these rows to ASCII, ignoring the first value per row, you obtain the string "S02311�&5"

Similarly if you:

Sort the numbers per column, in ascending order, retaining their red/yellow coloring, you obtain this table:

enter image description here

If you convert the colors of these columns to ASCII, ignoring the first value per column, you obtain the string "E13142�3�"

Looking at both these partial answers:

It is clear that in both cases the last three characters don't make sense. So, as hinted by Anon, we simply discard these. We are left with: "S02311" and "E13142"

Combining these:

We realize they are coordinates! To be exact they convert to: 23° 11' South, 131° 42' East. The coordinates refer to a location in Australia in the Northern Territory's Western Desert area, to the west of Papunya. According to the Wikipedia page Anon included, this area is where Clifford Possum Tjapaltjarri lived and worked as a Tula artist.

Now we also realize:

The puzzle's visuals do not simply depict a bug, but it's actually a map of Papunya! The X marks the location of Papunya Tjupi Arts the Aboriginal art gallery!
Using Google Maps makes this clear:

enter image description here

$\endgroup$
5
  • 2
    $\begingroup$ Nice! +1 Essentially done, but you still need to make sense of the visual aspect of the rest of the image... $\endgroup$
    – Anon
    Commented Sep 26, 2020 at 21:51
  • 2
    $\begingroup$ Ah, well done - I had arrived at the same letter-number strings as you but assumed that I had already done the 'buffer removal', and didn't spot the significance of what was produced. Nice spot on the final spoiler too! Another clever puzzle from this OP - nice to see it wrapped up :) $\endgroup$
    – Stiv
    Commented Sep 27, 2020 at 8:41
  • 3
    $\begingroup$ Awesome answer! It's nice to see this puzzle solved finally. It's the key step of reading the numbers vertically as well that spiced up the process of making it - designing a latin square and binary matrix pair such that the one could be reordered by the other both horizontally and vertically to produce independent messages was a big trial-and-error challenge even with the inclusion of buffer data. Making the dot painting on the other hand was a very fun programming task - I'm glad some people found it visually pleasing! $\endgroup$
    – Anon
    Commented Sep 27, 2020 at 11:42
  • $\begingroup$ Finally, another one of @Anon 's puzzles has been put to rest after such a long time! :0 $\endgroup$
    – oAlt
    Commented Sep 27, 2020 at 12:05
  • 1
    $\begingroup$ @Anon, Thank you for this awesome puzzle. Before I realized what the strings were they just felt like gibberish, but once they made sense I was so amazed you were able to make this encoding work! And it's such a pretty image! $\endgroup$
    – Berry
    Commented Sep 27, 2020 at 14:34
10
$\begingroup$

Partial Answer

The dots around the rings are a

Sudoku.

It solves as (assuming my transcriptions are right):

\begin{array}{|c c c|c c c|c c c|} \hline 3 & 9 & 5 & 1 & 2 & 6 & 4 & 7 & 8 \\ 6 & 4 & 7 & 8 & 3 & 9 & 1 & 2 & 5 \\ 1 & 2 & 8 & 5 & 4 & 7 & 3 & 6 & 9 \\\hline 2 & 1 & 4 & 6 & 5 & 3 & 8 & 9 & 7 \\ 9 & 5 & 6 & 7 & 8 & 1 & 2 & 3 & 4 \\ 8 & 7 & 3 & 2 & 9 & 4 & 5 & 1 & 6 \\\hline 4 & 3 & 1 & 9 & 6 & 5 & 7 & 8 & 2 \\ 5 & 6 & 2 & 3 & 7 & 8 & 9 & 4 & 1 \\ 7 & 8 & 9 & 4 & 1 & 2 & 6 & 5 & 3 \\\hline \end{array}

I have no ideas yet on the green dots, yellow and red centers, the bug, or the X.

$\endgroup$
3
  • 2
    $\begingroup$ This is completely correct so far... $\endgroup$
    – Anon
    Commented Jun 22, 2020 at 3:06
  • $\begingroup$ Is there a chance to get some other Sudoku solution? I'm getting a completely different solution. $\endgroup$ Commented Jul 15, 2020 at 11:38
  • $\begingroup$ I would expect that would mean that one fo us made a transcription error. $\endgroup$
    – David G.
    Commented Jul 15, 2020 at 14:57

Not the answer you're looking for? Browse other questions tagged or ask your own question.