Skip to content

matthewschallenkamp/sudoku-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-lisp

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.

Installing

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")

Running

(sudoku-play:run-sudoku)

About

A side project building a sudoku game in lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published