Sudoku Solver in XSLT 1.0

February 25, 2012

I actually did this project in November 2010. I wanted to see if it was possible to write a sudoku-solving “program” in XSLT 1.0. Apparently it is!

I'm nowhere near an expert with XSLT, so I'm sure there are better ways to do this. Performance is pretty decent though, if you have an XSLT-capable browser (you probably do), then you should find the examples will be solved in about 1 second.

Here you can see it solving some example puzzles I found on WebSudoku.com.

Random Chess

February 5, 2012

I started on a Javascript project this past winter break called Random Chess, and now it's ready for release.