Sha256: 19f4a108d9f5f2d0348b79f919e898645d67b76bec032e4321a08e723eadd8dc

Contents?: true

Size: 1.32 KB

Versions: 2

Compression:

Stored size: 1.32 KB

Contents

---
layout: default
title: About - Play Rock Paper Scissors Game
permalink: /about.html
---

# About PlayRockPaperScissorsGame (RPS)

The RPS<sup>1</sup> game has been around for many years. In fact, it originally was from Asia. 
I have decided to code a Ruby-programmed RPS game that uses full CLI<sup>2</sup> (command line interface).

## Why use Ruby?

Ruby is a programming language that has been around for a little over 2 decades. The gem-attributed language was primarily developed by *Yukihiro "Matz" Matsumoto* in Japan. Ruby stood out to me because of it's unique code structure design. I decided to use Ruby becuase I wanted to learn an **object oriented programming language**. Ruby appealed to me by its unique code structure. 

## The Code

I didn't want to make code that just yielded a bunch of `if`, `elsif`, and `else` statements. Instead, I strived toward a more professionally structured and modularized code. See the [comparing code](Comparing_Code) page for more detailed information about this subject matter.

________

> **1.** RPS = rock-paper-scissors
> 
> **2.** CLI means that it is executed in a command line app, such as CMD (command prompt) for Windows, or Terminal for Mac.

________

## Site Nav

[Home](./) | [How to Test](Testing) | [Comparing Code](Comparing_Code) | [How to Build](How_to_Build) | [Master Code](Code)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-2.6.0 docs/about.md
PlayRockPaperScissorsGame-2.5.9 docs/about.md