A Delphi Pascal Windows Program that calculates and displays all possible solutions of the 8 Queens Problem
This project is archived and is no longer being developed. No support is available. Bug reports, feature requests and pull requests are not being accepted.
For more information about the program please see the 8 Queens page on delphidabbler.com.
A user guide is available in open document and PDF formats in this repo's Docs
directory. The user guide is also included in the final release.
The final release of the program is v4.1.1.
The source code was not originally developed under version control. Eventually the source code was moved to a Subversion repository. A summary of changes made before moving to version control can be found in Docs/PreSVNHistory.txt
. The remainder of the history was recorded in the Subversion repo, a dump of which has been uploaded to SVN/8queens-svndump.zip
[download].
The main
branch of this project differs from the final release in two ways.
- The original
README.md
file has been renamedREADME-original.md
so that this file will be displayed on GitHub. 8queens-svndump.zip
was uploaded to theSVN
directory, as noted above.
The original README.md
is the one that is included with the final release. It is also included in the source code zip file for that release.
The source code as it was at the final release can be viewed on GitHub by switching to the v4.1.1-FINAL
tag.
This program is released under the terms of the MIT License.