Link: https://nawanit123.github.io/maze-run
A simple Javascript maze game. Objective of the game is to move the ball to the goal by finding your way through the maze which is being generated randomly at every refresh.
Use w,a,s,d or the arrow keys to move the ball to the destination.
HTML, CSS , Javascript, MatterJS
- It is highly scalable.
- Mazes generated randomly are respective of the screen size available to render them.
- Use of recursion.
- Project involves use of tree like structure for building the UI.
- Fun and challenging.
- There is a bug with matterJS which makes the object to break-free of the container if the animated object genrates high velocity. Have kept the change in force as minimum as possible to avoid this bug.
- Diffferent difficult modes and generating mazez based on the mode.
- Adding touch controls for mobile and tablet devices.
- Hoping to replicate the project in some 3D Javasccript library like babylonJS