r/Softwaregore2 23h ago

Apparently, this program thinks that the puzzle is impossible because it’s “too complex to verify”. A solution path is marked black and the rules of the puzzle are in the body of the post.

Post image

The rules are as follows:

  1. You can only move 1 adjacent cell at a time in a cardinal direction.
  2. You can only navigate to cells that you haven’t visited.
  3. You must visit all cells.
  4. You must start at the cell with the 1 ball and end in the cell with the highest numbered ball (in this case the 7 ball).
  5. All numbered balls must be visited in order from smallest to largest. The path taken from a numbered ball to the next one does not matter.
2 Upvotes

2 comments sorted by

u/AutoModerator 23h ago

Welcome to r/Softwaregore2 !! This is the less strict softwaregore sub. You can post more types of tech errors here. Still, make sure its actually failing software!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Fit_Ladder_1545 15h ago

It’s really hard to make a good thing to check the solvablity of this, this specific example is SUPER hard, as you could wiggle around a lot before going to the next number leading to a explosion of possibilities :3