AllBASIC Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
AllBASIC Forum
»
BASIC User Group
»
NOT BASIC
»
Sudoku solver with GUI
« previous
next »
Print
Pages: [
1
]
Author
Topic: Sudoku solver with GUI (Read 2704 times)
jalih
Guest
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
Logged
John
Forum Support
Posts: 3600
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.
Logged
Print
Pages: [
1
]
« previous
next »
AllBASIC Forum
»
BASIC User Group
»
NOT BASIC
»
Sudoku solver with GUI