Skip to content

rishithasadam/mazesolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Maze Generation System

A web-based interactive maze generation and solving project that allows users to create custom mazes or generate algorithmic mazes and solve them using various pathfinding algorithms.

Features

  • Custom and Algorithmic Mazes: Users can design their own mazes or generate mazes automatically.
  • Maze Solving Algorithms: Supports Breadth-First Search (BFS) and Dijkstra’s Algorithm for efficient pathfinding.
  • Maze Generation Algorithms: Includes Kruskal’s and Prim’s algorithms for creating algorithmic mazes.
  • Interactive Interface: Built with HTML, CSS, and JavaScript for a visually engaging and smooth user experience.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Algorithms: BFS, Dijkstra’s Algorithm, Kruskal’s Algorithm, Prim’s Algorithm

How to Use

  1. Clone the repository:
    git clone <repository-url>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors