I've been working on a Celtic sudoku program lately, and it's coming together nicely. So far, you can create, edit, delete, and solve sudokus, all from within the program. It opens with an OS menu, but the actual gameplay looks closer to an assembly program.
(The blue numbers are the default ones, and the salmon-colored box is the "cursor.")
I'm currently working on adding a feature that finds mistakes in the puzzle, and I eventually want to create a sudoku generator and solver. (I think it can be done, but it's probably too ambitious for an idiot like me.) Anyway, I'd love to see some feedback from you guys. I'll be posting some more updates as I continue to code.

(The blue numbers are the default ones, and the salmon-colored box is the "cursor.")
I'm currently working on adding a feature that finds mistakes in the puzzle, and I eventually want to create a sudoku generator and solver. (I think it can be done, but it's probably too ambitious for an idiot like me.) Anyway, I'd love to see some feedback from you guys. I'll be posting some more updates as I continue to code.