RB101 is a course in Launch School's Mastery Based Curriculum called Programming Foundations. The course focuses on programming foundations with Ruby. This repo contains files dedicated to problem solving using a systematic, algorithm-based approach, as well as creating and refactoring simple games using clearly written code.
- You will need to use Ruby to play these games. If you do not already have Ruby installed, follow the directions and troubleshooting on Ruby's documentation: Ruby Installation Instructions
- Save the code to your local machine
- Use command:
ruby <file_name.rb>
to run the game - Have fun playing!