Hier gibt es übrigens einen Sudoku Löser in good ol' BASIC 2.0: https://csdb.dk/release/?id=184499&show=notes#notes
Scheint aber nur eingeschränkt lösen zu können ...
QuoteDisplay More712 print"sudoku is a game of logic. the task is"
713 print"to fill in the blanks with numbers from"
714 print"1 to 9 and a square in a row has to be"
715 print"an unique number, same with columns.":print
716 print"use the arrow keys or joystick in port"
717 print"2 to move the cursor around the board."
718 print"press any numerical key 1-9 to insert"
719 print"it at the specified cursor location."
720 print
722 print"this program is not a game of sudoku"
724 print"but a sudoku solver. it solves easy"
726 print"and some medium level boards. press f5"
728 print"to start analyzing and solving."
Der Solver-Code kommt für auch recht kurz vor ... (ohne ihn jetzt genauer angesehen zu haben).