add solvable klondike - #591
Open
bwrightkc wants to merge 2 commits into
Open
Conversation
Collaborator
|
Interesting approach. The challenge with a winnable games only option has always been that we'd need an algorithm to identify if a game is winnable, that works for all games. Or getting winnable seeds for every past, present, and future game. But this could work - at least unless someone comes up with a true winnable algorithm in the future. I'd have to run some tests, but there are two comments I have so far:
|
Sets up a shared spot for precomputed seed pools in case other games get this treatment later.
Contributor
Author
|
Good points. Rules are in now, and moved the seeds to a solvable_seeds folder. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a mode of Klondike that deals only known solvable games. Including 79,000 seeds that are known solvable (used ShootMe's Klondike-Solver). The seeds are not further broken down into difficulty ala Microsoft Solitaire, so it's a mix of difficulties at this time. Working on a "difficulty" level option/game choice in the future for Klondike.