This is a small side project in which I am using lisp to make a sudoku player and solver. This project is FAR from finished, and is only built to run on my machine.
This project runs on sbcl or another lisp with quicklisp installed and loaded and lispbuilder-sdl installed and loaded through quicklisp.
That done, you need to do three things:
place both files in quicklisp\local-projects\sudoku
add "sudoku\sudoku-play.asd" on a new line to your system-index.txt file
load into sbcl with (ql:quickload "sudoku-play")
(sudoku-play:run-sudoku)