Skip to content

TACITVS/3D-Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3D-Maze-Solver

A simple 3D Maze generator in JavaScript using p5.js. The application creates a 3D maze using either the recursive backtracker or randomized Prim's algorithm and then allows a red cube agent to solve the maze using Breadth First Search (BFS) for the shortest path.

Usage

Open index.html in a modern web browser. Use the controls in the top left to pick the maze generation algorithm, generate a new maze and start the solver.

No build step is required as everything runs in the browser.

About

A simple 3D Maze generator (JavaScript) using P5.JS that also has a agent (a simple red block) that goes around trying to find the exit

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors