https://github.com/yous/rbtetris
Simple Tetris game implemented by Ruby
https://github.com/yous/rbtetris
Last synced: 2 months ago
JSON representation
Simple Tetris game implemented by Ruby
- Host: GitHub
- URL: https://github.com/yous/rbtetris
- Owner: yous
- License: unlicense
- Created: 2014-07-15T15:16:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T02:53:10.000Z (over 10 years ago)
- Last Synced: 2025-02-10T21:19:04.898Z (4 months ago)
- Language: Ruby
- Size: 367 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RbTetris
[](https://travis-ci.org/yous/rbtetris)
[](https://gemnasium.com/yous/rbtetris)
[](https://codeclimate.com/github/yous/rbtetris)
[](https://codeclimate.com/github/yous/rbtetris)
[](http://inch-ci.org/github/yous/rbtetris)Simple Tetris game implemented by Ruby.
## Requirements
### [Ncurses][]
[Ncurses]: https://www.gnu.org/software/ncurses/ncurses.html
- Ubuntu
``` sh
sudo apt-get install libncursesw5-dev
```- Mac OS X
Install [Homebrew][].
[Homebrew]: http://brew.sh
``` sh
brew install homebrew/dupes/ncurses
brew doctor
brew link --force ncurses
```## License
See [UNLICENSE](UNLICENSE).