AllBASIC Forum
BASIC User Group => NOT BASIC => Topic started by: jalih 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 (https://www.dropbox.com/s/1hellqj9kioliij/sudoku.zip?dl=0)
-
Great to see you back posting to the forum!
Hope you're doing well.