*A fun maze game based on Javascript's Canvas API
git clone https://github.com/davefogo/maze-game
cd maze-game/
npm install
open index.html
have fun!
- Use WASD keys to navigate the ball through the maze
- Algorithmically random rendered maze
- Matter.JS to draw the maze onto a canvas element
"The code in this project is licensed under MIT license."