Skip to content

palashbhowmick/mazify-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mazify-3d

Maze editor and 3d maze game using A-Frame and Vue.js

Live maze game and and level editor

Installation

First make sure you have Node installed.

To install the Node dependencies:

npm install

Local Development

To serve the site from a simple development server:

npm run serve

The site will automatically open in the browser or open it manually:

http://127.0.0.1:5500/

Maze Editor

To open map editor, follow the link

http://127.0.0.1:5500/editor.html

Links

A-Frame Vue.js