Compare projects
Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.
0.0
## YardGame
A simple game app created with ruby.
## Table of Contents
* [General info](#general-info)
* [Technologies](#technologies)
* [Setup](#setup)
* [Sources](#sources)
## 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
* Ruby 3
* Rspec 3
## 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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity