/PathPuzzle

A pathfinding puzzle for programmers.

Primary LanguageJavaScript

Hello, I'm Richard

I make puzzles like the one below.

Can you find the path from left to right?

A 6 2 8 2 2 2 8 2 C A 9 9
A 4 6 8 2 3 7 8 3 1 8 5 C
2 1 1 D 4 2 8 C C 8 1 2 3
2 9 4 4 4 2 8 1 1 1 1 6 8
2 8 4 2 D C B 2 2 A E 4 8
A 6 3 E 4 9 C 1 1 8 1 1 B

HOW TO ANSWER

  1. Create an issue with the title Puzzle|ANSWER
  2. Replace ANSWER with your answer. Ex. Puzzle|E3A2...
  3. A Github Action will automatically validate your answer, and close the issue when it's finished!

Create an Issue

Click here to create a new issue.

Most Recent Answer

strawstack submitted an answer!

Result: Correct

Info: You got it! The puzzle has been reset

Hint

A valid answer takes the form of 25 hex digits.

Example: D4E5EDC1C3729B1ED28D77A63

Check out the bold, underlined, numbers in the left and right-most columns. Can you find a path between them?

Having trouble? Take a look at the bit patterns for the numbers above.

Example: 3 -> 0011 and C -> 1100