/GeneticMazeSolver

Solves a maze with a genetic algorithm using HTML canvas and C++ to wasm

Primary LanguageJavaScript

Netlify Status

Genetic Maze Solver

Hastily thrown together maze solver using the Genetic Algorithm produced for COSC3114 - Artificial Intelligence course. C++ code compiled to wasm run inside a web worker to update a canvas element.

Can be viewed HERE