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

Smart Checking #86

Open
10 tasks
swaroopg92 opened this issue Mar 6, 2022 · 3 comments
Open
10 tasks

Smart Checking #86

swaroopg92 opened this issue Mar 6, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@swaroopg92
Copy link
Owner

Answer check looks for possible rule conflicts and displays the conflict.

Currently supports:

  1. Classic Sudoku 9x9
  2. Classic Check for Thermo/Arrow/Even/Killer
  3. Consecutive
  4. Nonconsecutive
  5. Consecutive Pairs
  6. Star Battle
  7. TomTom

To do:

  • Arrow Sudoku
  • Support for 6x6 sudokus
  • Thermo Sudoku
  • Killer Sudoku
  • Skyscrapers
  • Tapa
  • Battleships
  • Fillomino
  • Slitherlink
  • Nurikabe
    and more.
@swaroopg92 swaroopg92 added the enhancement New feature or request label Mar 6, 2022
@swaroopg92 swaroopg92 added this to To do list in Features to Implement via automation Mar 6, 2022
@swaroopg92 swaroopg92 moved this from To do list to Current Progress in Features to Implement Aug 20, 2022
@swaroopg92
Copy link
Owner Author

Supports Hex grid:

  1. Latin Square Check

@ABcDexter
Copy link

We have certain Puzzles as ToDos, for which we need to check whether the given solution is correct or not, am I right?

@swaroopg92
Copy link
Owner Author

Partially, yes, but it is while solving, not while creating. That is as a solver, it will assist if the solver is breaking any rule of the puzzle by highlighting that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Features to Implement
  
Current Progress
Development

No branches or pull requests

2 participants