Skip to content

Conversation

@scribblemaniac
Copy link

I know this isn't being developed anymore, but I thought I would share this anyway. I decided to make a program to solve the levels of this game for fun (the source can be found here if any one is interested). The result of the program revealed multiple levels which had the wrong number of "perfect moves". I have updated the files here, including the solutions spreadsheet, with the correct minimum moves and a corresponding solution where necessary. Here is a summary of my changes:

  • Added a missing move to the solution provided for level 27.
  • Increased the minimum moves for levels 78 and 98 by one. I am very confident that there are no solutions in the current number of moves, but I welcome anyone to prove me wrong.
  • Decreased the perfect move count for the following levels:
    • 28 (31 -> 29)
    • 43 (20 -> 18)
    • 45 (26 -> 23)
    • 50 (23 -> 22)
    • 59 (25 -> 22)
    • 64 (22 -> 21)
    • 66 (24 -> 23)
    • 68 (23 -> 20)
    • 70 (32 -> 30)
    • 82 (30 -> 26)
    • 83 (21 -> 18)
    • 84 (20 -> 19)
    • 108 (19 -> 18)
    • 110 (21 -> 17)
  • Filled in any solutions that only had "???"

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

Successfully merging this pull request may close these issues.

1 participant