Author Topic: Sudoku solver with GUI  (Read 2270 times)

Offline jalih

  • Advocate
  • Posts: 111
Sudoku solver with GUI
« on: February 28, 2021, 01:19:26 AM »
Hi all,

I wrote a Sudoku solver with gui using 8th programming language. It shows how Nuklear based gui works and how easy it is to pass results from the solver thread to main gui thread, no locks are necessary.

Use mouse to select Sudoku grid cell. Selection can be moved with cursor keys and number keys 0 - 9 modify grid cell value.

Attached is a sample Sudoku.

Source + binaries for some platforms


Offline John

  • Forum Support / SB Dev
  • Posts: 3597
    • ScriptBasic Open Source Project
Re: Sudoku solver with GUI
« Reply #1 on: February 28, 2021, 02:07:46 AM »
Great to see you back posting to the forum!

Hope you're doing well.