Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacksalot/extro-artofwar
[Prototype] Sun Tzu's military treatise rendered as a 3D book.
https://github.com/hacksalot/extro-artofwar
Last synced: 2 months ago
JSON representation
[Prototype] Sun Tzu's military treatise rendered as a 3D book.
- Host: GitHub
- URL: https://github.com/hacksalot/extro-artofwar
- Owner: hacksalot
- Created: 2015-05-25T18:55:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T19:39:50.000Z (over 9 years ago)
- Last Synced: 2024-10-14T12:48:25.648Z (3 months ago)
- Language: HTML
- Size: 145 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# art-of-war #
Sun Tzu's [Art of War][1] in three dimensions. Powered by [Extrovert.js][2].
## Use ##
*For a live demo based on similar code, see http://extrovert3d.com/demos/artofwar.*
1. Clone the repo:
git clone https://github.com/devlinjd/extro-artofwar.git
2. Install JavaScript dependencies via Bower:
cd extro-artofwar
bower install3. View the sample over HTTP (not via the `file://` protocol) using your local web server of choice, for example, [Node's http-server][3].
## License ##
MIT
[1]: http://www.gutenberg.org/ebooks/132
[2]: https://github.com/indevious/extrovert.js
[3]: http://stackoverflow.com/q/16333790