Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 266 Bytes

maze-js

a simple two dimensional maze game. based on javascript

Usage Instructions:

import the maze.js and create a new maze as follow:

var maze = Maze.new(6,6); 
//draw maze by 
maze.draw();

alt text alt text