chrisboyle / sgtpuzzles

Android port of Simon Tatham's Puzzles
https://chris.boyle.name/puzzles
Other
597 stars 168 forks source link

Bridges Custom Mode #602

Closed divi0001 closed 1 year ago

divi0001 commented 1 year ago

Describe the bug A clear and concise description of what the bug is. I dont know if i am completely dumb, or this is a bug

To Reproduce Steps to reproduce the behavior:

  1. Open Bridges
  2. New Game -> Custom
  3. 25x25
  4. Difficulty Hard
  5. max bridges per direction: 4

I tried to solve: Attachment: Screenshot_20230430-200650

Expected behavior This is the part where either me is dumb, or this is the bug, that the puzzle can not be solved

Version info (optional, but sometimes helpful)

JupiLogy commented 1 year ago

Please can you provide the seed for the game state in the picture? You can also use "show solution" for a sanity check to see how the app expects the solution to look.

mquevill commented 1 year ago

This is not a bug in the code. Something must have gone wrong when you were solving it.

These are the changes needed to get the actual solution (red means remove this line, blue means add this line): image You can verify this solution compared to yours, since the red 4 now has 2 additional lines, but every other number has a net zero (+1 line and -1 line).

chrisboyle commented 1 year ago

This looks resolved; if anything is still unclear then do reopen and attach a save file (use the Save or Share options)