Skip to content

James-P-D/NQueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NQueens

N-Queens solver in Common Lisp

Screenshot

Introduction

The N-Queens is a simple chess-based problem whereby a player attempts to place N queen peices on the board such that no queens share the same row, column or diagonal.

Running

The program was tested using clisp on CygWin. To run:

jdorr@DESKTOP-QPTVA3D ~
$ clisp board.lsp

You will be prompted to enter the size of board, after which the program will begin to find solutions:

running

Releases

No releases published

Packages

No packages published