Skip to content

issues Search Results · repo:wzid/sudoku-solver language:Rust

Filter by

7 results
 (61 ms)

7 results

inwzid/sudoku-solver (press backspace or delete to remove)

The source code formatting could be improved with cargo fmt.
  • BartMassey
  • Opened 
    on Mar 28, 2023
  • #7

Right now Clippy is pretty unhappy with this code. Most of these warnings are redundant or picky, but all of them could be easily be cleaned up or disabled: there doesn t appear to be anything too tricky ...
  • BartMassey
  • 2
  • Opened 
    on Mar 28, 2023
  • #6

Right now set_theme() is being called on each frame in the update() loop. Would be better to do this only when the them is initially / subsequently set.
  • BartMassey
  • 1
  • Opened 
    on Mar 28, 2023
  • #5

The buttons and labels at the top are pretty small. My vision isn t great, and I would prefer something a bit larger.
  • BartMassey
  • Opened 
    on Mar 28, 2023
  • #4

This is a big ask, but ideally the solver would give the puzzle a try even if it was incomplete. There are constraint-based algorithms that are floating around that do a reasonable job of solving underconstrained ...
  • BartMassey
  • 1
  • Opened 
    on Mar 28, 2023
  • #3

It would be nice if the grid expanded to fit the window when it was scaled up. My vision isn t great, and bigger numbers are always better.
  • BartMassey
  • Opened 
    on Mar 28, 2023
  • #2

It would be great to be able to load a puzzle in standard format to play with. Here is a list of some standard formats, most any of which would be fine: https://sudopedia.sudocue.net/index.php/Sudoku_Clipboard_and_File_Formats ...
  • BartMassey
  • Opened 
    on Mar 28, 2023
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub