Skip to content

a simple two dimensional maze game. based on javascript

License

Notifications You must be signed in to change notification settings

waheedi/maze-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple two dimensional maze game. based on javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published