Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 827 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 827 Bytes

AI-Final-Proj3

My AI final project, solving 8-Queens using genetic algorithm.


How to use

First, read the steps bellow. You can use 8-queens.html for viewing queens permutation on 8*8 board.

Prerequisite

gcc compiler. You can also compile easily with DevC++ and stuff

Compile

On Windows, first open CMD, or PowerShell. Then run gcc .\Main.c -o Main to produce Main.exe file.

Run

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.