/Practice-Sudoku-Builder

A simple java app to help you build a valid sudoku grid.

Primary LanguageJava

Practice-Sudoku-Builder

A simple java app to help you build a valid sudoku grid. The project has been archived to move on with more important projects. Feel free to do whatever you want with this.

How to use it

Click on any of the grid 'cells' to select it. Then, press any number in your keyboard to set it's content. Repeated cells will highlight in red. Check the 'Action' Tab to generate stuff and kill you CPU and GPU in the process.

Tasklist

  • Make it create a random valid sudoku grid.

  • Be able to generate a one solution, unsolved sudoku grid.

  • Add the option to export the grid to various formats.