Eight queens problem
JavaScript required

Place eight queens on the chessbord such that no queen attacks any other one.

A mouseclick on any empty field of the chessboard puts a queen into this field.

The last placed queen is marked green and can be removed by mouseclick ("backtracking").



search for solutions with backtracking automatically

n queens problem
Number of queens:     Number of free fields:
© H.B. Meyer