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

Enhance Sudoku seed generation for smaller puzzle sizes #38

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Feb 4, 2024

Changes:

  • FourDigitsSeeds, NineDigitsSeeds, SixteenDigitsSeeds:
    • Implemented new patterns and algorithms specifically designed to improve variety and quality of seeds for smaller puzzle sizes.
    • Increased the number of generated seeds to enhance diversity.
  • TwentyFiveDigitsSeeds (New):
    • Introduced a new seed type for 5x5 Sudoku puzzles.
    • Developed unique patterns and algorithms tailored to the specific challenges of 5x5 grids.
    • Initial implementation focused on balancing difficulty and solvability.

@teogor teogor added this to the 1.0.0-alpha04 milestone Feb 4, 2024
@teogor teogor self-assigned this Feb 4, 2024
@teogor teogor merged commit d50e196 into main Feb 4, 2024
4 checks passed
@zeobot zeobot bot deleted the feature/seeds-improvement branch February 4, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant