Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 953 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 953 Bytes

A tetris of ThreeJS, CLJS and Figwheel trio.

screenshot

Tetris-CLJS-threejs-figwheel

A (yet another) Tetris for ThreeJS and Clojure in the browser ClojureScript, three.js and Figwheel.

Setup

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.

License

Copyright © 2015 [email protected]

Distributed under the WTFPL – Do What the Fuck You Want to Public License.