https://github.com/dubzzz/node-maze-game
Maze Game
https://github.com/dubzzz/node-maze-game
Last synced: 28 days ago
JSON representation
Maze Game
- Host: GitHub
- URL: https://github.com/dubzzz/node-maze-game
- Owner: dubzzz
- License: mit
- Created: 2015-10-30T20:33:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T20:30:05.000Z (almost 9 years ago)
- Last Synced: 2025-01-25T22:38:37.320Z (9 months ago)
- Language: JavaScript
- Size: 643 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Maze Game [](https://travis-ci.org/dubzzz/node-maze-game)[](https://coveralls.io/github/dubzzz/node-maze-game?branch=master)
Puzzle-game where the solver as to find a path from departure to end in limited amount of mouvments.
The grid is composed of four types of cells:
- Path: can walk on it
- Wall: cannot walk on it
- Door: need to be opened by reaching their corresponding button. Once reached doors will stay opened for a limited number of round so the player need to move fast. During the last round, if the player moves towards door it will stay open one extra round (door cannot be closed when player is on it)
- Reversed: hidden door that appear when the user push its corresponding button
- Button: a button can open one or several doors. Different buttons can open different sets of doors