clj-tetris
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Example Tetris in Clojure
Sample Tetris game in Clojure/Script

[demo](https://rawgit.com/yogthos/Clojure-Tetris/master/demo.html)

to compile Clojure version run
```bash
lein uberjar
```
to compile ClojureScript version run
```bash
lein cljsbuild once
```

Open `tetris.html` in a browser to play the game.

Copyright (C) 2010 Yogthos

Distributed under the Eclipse Public License License.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。