Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

06 - Dots

Description

Level: easy
Author: J03ll3

Uncover the dots' secret!

Dots 1

Dots 2

Solution

I solved this challenge by chance without realizing that there was a pattern.

First of all I figured that all possible positions in a 3x3 block have to be used in each "iteration". For the bottom right corner this leaves only the B and K. I read the text from top to bottom and from left to right and got HELLOBUCK.

From here on the dots are rotated counterclockwise to get the dots of the next iteration. The following images show the dots after each iteration.

Iteration 1

Iteration 2

Iteration 3

Iteration 4

We get the following sentence:

HELLO BUCK THE PASSWORD IS WHITE CHOCOLATE.