An open API service indexing awesome lists of open source software.

https://github.com/jhasuraj01/maze

Maze Game
https://github.com/jhasuraj01/maze

maze maze-game maze-generator

Last synced: 21 days ago
JSON representation

Maze Game

Awesome Lists containing this project

README

        

# 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:

```bash
npm i
npm run dev
```

Open [http://localhost:8080](http://localhost:8080) with your browser to see the result.