8queens topic
List
8queens repositories
EightQueens
16
Stars
3
Forks
Watchers
Eight Queens chess game. Can you place 8 queens on the board with none under attack? A web game inspired by the class math puzzle. Built in React with Chessboard.jsx
N-Queen-Problem-using-Genetic-Algorithm
17
Stars
6
Forks
Watchers
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.