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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:Java 100.0%