数字迷宫 (MiaoHunt 2023)

数字迷宫
MiaoHunt 2023
Lost Town
Author(s)美恒 / 恩特
AnswerClick to revealSTRONGLY
Links
PuzzleLink


数字迷宫 is a logic puzzle from MiaoHunt 2023. The premise involve filling three grids with digits and square separations based on the rules given at the top.

Solve Path[edit | edit source]

 

The rows and columns list the numbers given in that order when converted from binary to base 10, and the numbers are separated by horizontal or vertical lines. Notably, the lack of vertical line indicates that the binary string continues with wrap around.

All of the boards have the same digits in the same relative location, though the dividers are in differing locations. These boards can then be overlayed such that all the dividers are put in a single board, resulting in a number maze as hinted in the title. Solving the maze results in a string, which can then be converted to base 10 and extracted by doing A1Z26 on each pair of digits.

Puzzle Elements[edit | edit source]

 

Binary - Conversion from base 10 to base 2 is done in placing the digits in the board, and conversion from base 2 to base 10 is done in the final extraction.