/solar-system

Ruby CSV library lecture & game presented at Ada Developers Academy

Primary LanguageRuby

CSV

A step-by-step look at CSV methods and example game to demonstrate how they can be used in combination!

Getting Started

Download or clone this repo, which contains the full lecture, notes, and necessary files.

planets.rb holds the lecture's code. You'll want to comment out the parts you're not using, moving step by step through new methods.

To get started, navigate to the solar-system directory in the terminal. Then run:

ruby planets.rb

Helpful Links

Ruby Docs - CSV Ruby csv class