An implementation of a depth-first search AI agent for the n-queens puzzle in Python. The puzzle requires placing n
queens on an n x n
chess board such that no queen can attack the other. A display is done in Tkinter. To run, download/clone the repository and run display.py
.