This repository is not active
ebrown17/GraphMazeGenerator
Creates and solves an x,y(grid) based maze using a graph.Creates maze with the recursive backtracker algorithim(based on wikipedia's pseudo code https://en.wikipedia.org/wiki/Maze_generation_algorithm#Simple_algorithms). Solves the created maze using astar search algorithm.
Java