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.
- Host: GitHub
- URL: https://github.com/dcts/tetris-ruby
- Owner: dcts
- Created: 2019-10-23T15:56:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T02:01:31.000Z (over 6 years ago)
- Last Synced: 2026-03-25T23:49:41.291Z (3 months ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

v 1.0.0 / by dcts