easeway / pacmaze

PACMAN's Maze

Home Page:https://easeway.github.io/pacmaze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PACMAN's Maze

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.

Getting Started

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.

License

MIT.

The SVG icons are from https://github.com/leungwensen/svg-icon.

About

PACMAN's Maze

https://easeway.github.io/pacmaze

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%