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

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

Very simple TUI-base Tetris written in Ruby
https://github.com/nwtgck/tetris-ruby

curses ruby tetris

Last synced: 9 months ago
JSON representation

Very simple TUI-base Tetris written in Ruby

Awesome Lists containing this project

README

          

# Tetris

Very simple TUI-base Tetris written in Ruby

![demo1](demo_images/demo1.gif)

## Play

```bash
bundle install
bundle exec ruby main.rb
```