Genetic Algorithm Maze
About
Background:
It's a demo game to show what Genetic Algorithm (GA) can do in terms of Digital Game. This demo uses GA to do the path finding job.
Gameplay:
Player clicks on the screen to create maze.
Press start button -> GA will try to find a way to the Exit Point.
The more complicated the maze, the more times GA will take to find the correct path, the higher the score you get!