YardGame
A simple game app created with ruby.
Table of Contents
Introduction
YardGame was while taking course by Nicole and Mike, the Pragmatic duo. Its a
game that allow player earn points on treasures found in the yard. Points are
added to the player's health to gain higher scores. It involves a random die roll.
Technologies
Setup
To run this project, install it locally.
$ gem install yard_game_1.2.0.gem
You can load players from the command line in a CSV file. You can also run the
game without specifying a player file. A default players.csv file is packaged
in the gem.
Sources
This app was inspired by Mike and Nicole Clark of The Pragmatic Studio.