Skip to content

MrAaronOlsen/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeGenerator

A Javascript Maze Generation Visualizer

Visit the production version

Install

Prerequisites

You must have Node.js and NPM installed.

  • Do it the manual way Node Install
  • Do it the brew way $ brew install node

Setup

# Clone project
$ git clone [email protected]:MrAaronOlsen/MazeGenerator.git

# Navigate to new directory and install dependencies
$ cd MazeGenerator
$ npm install

Run

To start server and open in browser simply run $ npm start. If browser does not auto load you can find MazeGenerator on http://localhost:3000/

About

A Javascript Maze Generation Visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published