My AI final project, solving 8-Queens using genetic algorithm.
First, read the steps bellow. You can use 8-queens.html for viewing queens permutation on 8*8 board.
gcc compiler. You can also compile easily with DevC++ and stuff
On Windows, first open CMD, or PowerShell. Then run gcc .\Main.c -o Main to produce Main.exe file.
On Windows, simply double click the Main.exe. If you also want to see outputs, simply open CMD, or PowerShell and then run .\Main.exe.

