Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 333 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 333 Bytes

maze

A random generated mazes using various strategies

Instalation

Prerequisites

  • node
  • npm or yarn
  • live server vs code plugin installed

How to install?

Run

npm i
npm run build

How to launch ?

Right click on index.html and Open with live server.

Tests?

npm run test