Sudoku puzzle

I've got a GPL-ed Sudoku game I wrote in lisp. The package is here, and the individual files are generate.lisp, interactive.lisp, eval-difficulty.lisp, puzzle.asd, and instructions.txt. This can be used as an interactive puzzle game or can be used to generate puzzles and solutions for printing, etc. See the instructions file for details and requirements.