This project is a simple escape the maze game.
Project is created with:
- Matter.js version: 0.12.3
To run this project, simply fork it and open the index.html on your local machine:
- Replace Main.js with Index.js for a simple demo of Matter.js
- Link to matter.js is in the document head.
- Main.js is the javascript for the game
- Change the amount of
cellsVertical
andcellsHorizontal
in themain.js
file for a more difficult maze