https://github.com/amdzy/the-maze
https://github.com/amdzy/the-maze
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdzy/the-maze
- Owner: amdzy
- License: mit
- Created: 2021-08-20T16:54:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T19:51:09.000Z (over 4 years ago)
- Last Synced: 2025-03-15T11:50:14.484Z (about 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Maze
A randomly generated maze.
Your goal is to control the ball and reach the box at the bottom-right corner.
you can control the ball using the arrow keys or WASD
The difficulty depend on the screen size.
[Live Page](https://soul-remix.github.io/the-maze/)
built using: [matter.js](https://brm.io/matter-js/)
Controling with the mouse doesn't work correctly because of how matter.js deals with collision, the ball will just pass the walls