tetris
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:tetris in ruby (using gosu)
== About

Yet another tetris implementation. Now in pure ruby 1.9 using gosu.

== Installation

*   clone repo and cd into it

      git clone git://github.com/netoctone/tetris.git; cd tetris

*   run through Gosu {Getting Started on %your system%}[https://github.com/jlnr/gosu/wiki]

*   install bundler (if you haven't yet)

      gem install bundler

*   install dependency gems

      bundle install

*   enjoy the game (fix she-bang if needed)

      bin/tetris

== Code Status

{}[https://codeclimate.com/github/netoctone/tetris]

== License

Released under the MIT license.

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