ClementDrn / Sudoku

Sudoku generator and solver
MIT License
2 stars 1 forks source link

Add gui for sudoku generation. #5

Closed ClementDrn closed 2 years ago

ClementDrn commented 2 years ago

Description

For now it is impossible to choose the difficulty of the generated sudoku. Their should be a way to decide of the minimum number of clues for the generated sudoku.

Also, pressing keyboard keys to generate or solve sudokus is not intuitive. It should be possible to press buttons.

This is possible thanks to ImGui.

Requirements

The requirements to close the issue:

ClementDrn commented 2 years ago

I removed actions that were based on keyboard inputs. GUI is their replacement.