/rubytetris

Building an Tetris clone in Ruby using the Gosu library.

Primary LanguageRuby

Ruby Tetris

This is a Tetris clone written in Ruby using the Gosu framework.

Screenshot

Usage

gem install gosu
git clone git://github.com/llexileon/rubytetris.git
cd rubytetris
./game.rb

Controls

  • Down arrow to accelerate shape drop
  • Left & Right arrows to move shape across the grid
  • Z to rotate shape counter clockwise
  • X to rotate shape clockwise
  • Q to quit

Resources

I've tried to implement the mechanics of the game reasonably faithfully thus far.

For more information, see the tetris wiki.

Thanks

The following samples are used with permission: