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
- Host: GitHub
- URL: https://github.com/jhasuraj01/maze
- Owner: jhasuraj01
- Created: 2022-01-16T10:31:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T06:54:04.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:41:42.571Z (2 months ago)
- Topics: maze, maze-game, maze-generator
- Language: TypeScript
- Homepage: https://jhasuraj.com/maze
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.