MinecraftU / 2021-computer-adventures

Repository for our 2021 Computer Adventures Ruby project!
0 stars 0 forks source link

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