Access the Live Version!
This is a pure web maze game with Blockly integrated. The player can use Blockly to write a simple control program to help PACMAN gets out of the maze.
npm install
npm start
Now open a browser and visit localhost:8080
.
To generate javascript files: npm run-script build
and run an HTTP server using files from dist
directory.
MIT.
The SVG icons are from https://github.com/leungwensen/svg-icon.