/Ruby-Playground

Ruby projects from Codelesson course

Primary LanguageRuby

game.rb


This is a simple game that runs in the terminal. It asks the user to guess the number. I've documented my findings as I added more complexity to the game.

dungeon.rb

This is a more complex text adventure game run in the terminal. The primary purpose of this exercise was to explore classes and objects in Ruby.