Generate a maze game that a user can control the ball to reach the goal colored in green. Object rendering and animation are created with Matter.js.
Use WASD keys to move the ball and solve the challenge!
In index.js, you can configure maze's complexity.
- Change
cellsHorizontalfor number of columns - Change
cellsVerticalfor number of rows
