Skip to content

Solved chess puzzle for any board size and pieces, extension of well-known 8 queens (backtracking, < 2 sec.)

Notifications You must be signed in to change notification settings

and47/8queens_ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See main.py for a demo of how to run. To run from command line, see script.py

For further info, please see this github repo description and documention in board.py and solver.py. Tested with Python 3.10+.

About

Solved chess puzzle for any board size and pieces, extension of well-known 8 queens (backtracking, < 2 sec.)

Topics

Resources

Stars

Watchers

Forks

Languages