https://github.com/johansatge/three-maze
♟️ Creation of random 3D mazes with three.js and tween.js.
https://github.com/johansatge/three-maze
javascript maze random-3d-mazes threejs
Last synced: 7 months ago
JSON representation
♟️ Creation of random 3D mazes with three.js and tween.js.
- Host: GitHub
- URL: https://github.com/johansatge/three-maze
- Owner: johansatge
- License: mit
- Created: 2013-10-22T10:13:06.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-08-17T17:39:53.000Z (about 10 years ago)
- Last Synced: 2025-03-23T08:11:54.742Z (7 months ago)
- Topics: javascript, maze, random-3d-mazes, threejs
- Language: JavaScript
- Homepage: https://johansatge.github.io/three-maze/
- Size: 820 KB
- Stars: 54
- Watchers: 2
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

Creation of random 3D mazes with [three.js](http://threejs.org/) and [tween.js](https://github.com/sole/tween.js/) - **[View demo](http://johansatge.github.io/three-maze/)**.
---
## License
This project is released under the [MIT License](LICENSE).
## Credits
* [three.js](http://threejs.org/)
* [tween.js](http://github.com/sole/tween.js)
* [Roguebasin](http://www.roguebasin.com/index.php?title=Simple_maze#Maze_Generator_in_Javascript) (maze generation)