1.9.5 • Published 10 months ago

maze-game v1.9.5

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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

10 months ago

1.9.4

1 year ago

1.8.5

1 year ago

1.7.6

1 year ago

1.8.4

1 year ago

1.7.5

1 year ago

1.8.3

1 year ago

1.8.2

1 year ago

1.4.0

1 year ago

1.2.0

1 year ago

1.0.0

2 years ago