Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 436 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 436 Bytes

k-queens

8-Queens

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.