Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)