A (yet another) Tetris for ThreeJS and Clojure in the browser ClojureScript, three.js and Figwheel.
To get an interactive development environment run:
lein figwheel
and open your browser at localhost:3449.
and you should see an alert in the browser window.
To clean all compiled files:
lein clean
To create a production build run:
lein cljsbuild once min
Then open your browser in resources/public/index.html
.
Copyright © 2015 [email protected]
Distributed under the WTFPL – Do What the Fuck You Want to Public License.