p5js

Knight’s Tour using Genetic Algorithm

Have you ever wondered how many variations can a knight move around the chess board? Me too! Here I try implementing a genetic algorithm to find the answer.