1.9.5 • Published 2 years ago

maze-game v1.9.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Maze 1.9.4

This is maze-game

Screenshot:

Screenshot

  1. Add <maze-game></maze-game> into your html script file or in your javascript file, add yourHtmlEl.innerHTML = '<maze-game></maze-game>' (It's a custom HTML tag)

  2. Then add this into your Javascript file:

// Import
import Maze from "maze-game"

// Make a new maze
var maze = new Maze()

// When maze.start() runs, it's ready to be play
maze.start()

My github is here!

1.9.5

2 years ago

1.9.4

2 years ago

1.8.5

2 years ago

1.7.6

2 years ago

1.8.4

2 years ago

1.7.5

2 years ago

1.8.3

2 years ago

1.8.2

2 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.0.0

3 years ago