
The first project I worked on was a Soduko solver (first in basic). Although it I did get a working solver in basic on the Altair some of the harder puzzles took 6 hours to solve. So I switched to C and started some optimizations, and had a program that would solve most problems in just a few minutes.
It seemed to me it would be fun to try the same on the Commander X16 so I took the solver and wrote a front end that for the Commander X16. I'm not sure this will be of any interest to the community but I enjoyed the experience and wanted to share anyway. You can find the source at https://github.com/RealNatpie/X16-Soduko, or download the executable from the releases.
EDIT: So it turns out I started spelling Sudoku incorrectly at some point and it was everywhere. Quick update with thing spelled correctly this time around. V1.1a uses the correct spelling. I've also renamed the repository https://github.com/RealNatpie/X16-Sudoku as I spelled this wrong EVERYWHERE.