Skip to content

MinecraftU/2021-computer-adventures

Repository files navigation

2021-computer-adventures

Repository for our 2021 Computer Adventures Ruby project!

In this camp we are going to create the game Tetris in Ruby!

Github Project page

Getting Started

Install dependencies

This project makes use of Ruby2D.

Run bundle install

(If you don't have bundler installed run gem install bundler first.)

Run the game program

bundle exec ruby tetris.rb

Code structure

  • tetris.rb is the main game program that you can run from the command line
  • game.rb contains the game class
  • tetrominos.rb contains a class representing a tetromino

About

Repository for our 2021 Computer Adventures Ruby project!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages