Ank1tAggarwal / Ruby-Playground

Ruby projects from Codelesson course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Ruby projects from Codelesson course