An open API service indexing awesome lists of open source software.

https://github.com/dcts/tetris-ruby

implementation of tetris with ruby and gosu.
https://github.com/dcts/tetris-ruby

Last synced: 2 months ago
JSON representation

implementation of tetris with ruby and gosu.

Awesome Lists containing this project

README

          

# RUBY Tetris
Tetris implementation in Ruby using Gosu Gem.

### Installation
Be sure to have the following installed:
- [ruby](https://www.ruby-lang.org/en/downloads/) (I used version `2.6.3p62`, but anything > 2 should be fine)
- [gosu gem](https://www.libgosu.org/ruby.html)

### Running the Game
```bash
git clone https://github.com/dcts/tetris-ruby.git
cd tetris-ruby
ruby game.rb
```
### Preview
![tetris](https://user-images.githubusercontent.com/44790691/71330898-bb0b6c00-252f-11ea-99d0-0a3a0193f7db.png)

v 1.0.0 / by dcts