Skip to content

jhasuraj01/maze

Repository files navigation

Maze Game

Play Here: https://jhasuraj.com/maze

About Project

This project is about implementation and visualization of Graph Based Algorithms via Maze Game.

Currently Implemented

  1. Maze Generation Using
    1. Depth First Search
    2. Breadth First Search

Getting Started

Installation and run the development server:

npm i
npm run dev

Open http://localhost:8080 with your browser to see the result.