Skip to content

DarkC343/AI-Final-Proj3

Repository files navigation

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.


About

Solving 8-Queens using genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published