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.rbis the main game program that you can run from the command linegame.rbcontains the game classtetrominos.rbcontains a class representing a tetromino