Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in https://arcprize.org/play?task=045e512c #126

Open
norlesh opened this issue Jul 12, 2024 · 1 comment
Open

bug in https://arcprize.org/play?task=045e512c #126

norlesh opened this issue Jul 12, 2024 · 1 comment

Comments

@norlesh
Copy link

norlesh commented Jul 12, 2024

ARC bug
Puzzle 045e512c in the (easy) public set appears to be in error.
The test problem is not supported by the provided examples - the yellow indicator for the diagonal projection should have three instead of two dots - took two humans half an hour before giving up and looking at the json file to determine the expected outcome.

@lukegustafson
Copy link

lukegustafson commented Jul 14, 2024

The way I understand the input is:

  • For the horizontally repeated patterns, show the 3x1 column closest to the center shape
  • For the vertically repeated patterns, show the 1x3 row closest to the center shape
  • For the diagonally repeated patterns, show the 3-square L-shape closest to the center shape

All these can be summarized as "show the 3 squares nearest the center shape". The test input follows this pattern, so I wouldn't consider this to be a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants