Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-08-17T17:39:53.000Z (over 9 years ago)
- Last Synced: 2023-10-26T01:00:45.823Z (about 1 year ago)
- Topics: javascript, maze, random-3d-mazes, threejs
- Language: JavaScript
- Homepage: https://johansatge.github.io/three-maze/
- Size: 820 KB
- Stars: 48
- Watchers: 3
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
![Three Maze](screenshot.png)
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)