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

Update Solutions #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant