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
cellsHorizontal
for number of columns - Change
cellsVertical
for number of rows