This is a simple visualisation of a maze generating algorithm.
Clone the repository.
git clone https://github.com/Atechchatterjee/MazeGenerator.git
Run command :
npm install
yarn start or npm start
Or use docker compose
docker-compose up --build
It runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- Node v14
- Docker
- Docker-Compose