Repository for our 2021 Computer Adventures Ruby project!
In this camp we are going to create the game Tetris in Ruby!
This project makes use of Ruby2D.
Run bundle install
(If you don't have bundler installed run gem install bundler
first.)
bundle exec ruby tetris.rb
tetris.rb
is the main game program that you can run from the command linegame.rb
contains the game classtetrominos.rb
contains a class representing a tetromino