Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 install

3. 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