docs/_site/index.html in PlayRockPaperScissorsGame-2.7.2 vs docs/_site/index.html in PlayRockPaperScissorsGame-2.7.3
- old
+ new
@@ -5,11 +5,11 @@
<title>Play Rock Paper Scissors Game - Home</title>
<meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#157878"/>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
- <link rel="stylesheet" href="/assets/css/style.css?v=b80b8706023c943b65047344d0e7d355d41936f8"/>
+ <link rel="stylesheet" href="/assets/css/style.css?v=7607561e35662be7dca0c5bdcc529f14f576044b"/>
<link rel="stylesheet" href="assets/css/pace.css" />
<script src="assets/js/pace.min.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png"/>
@@ -39,92 +39,23 @@
</section>
<section class="main-content">
-
-<h1 id="rock-paper-scissors">Rock Paper Scissors</h1>
+ <h1 id="play-rock-paper-scissors-game">Play Rock Paper Scissors Game</h1>
-<p><strong>Table of Contents</strong></p>
+<p>My <code class="highlighter-rouge">Play Rock Paper Scissors Game</code> game is programmed in the Ruby programming language.</p>
-<ul>
- <li><a href="#rock-paper-scissors">Rock Paper Scissors</a>
- <ul>
- <li><a href="#how-to-run-and-install">How to Run and Install</a>
- <ul>
- <li><a href="#install-and-run-on-mac">Install and Run on Mac</a>
- <ul>
- <li><a href="#running">Running</a></li>
- <li><a href="#uninstalling">Uninstalling</a></li>
- </ul>
- </li>
- <li><a href="#install-and-run-on-windows">Install and Run on Windows</a>
- <ul>
- <li><a href="#running-1">Running</a></li>
- </ul>
- </li>
- </ul>
- </li>
- <li><a href="#links">Links</a></li>
- </ul>
- </li>
-</ul>
+<p>I hope you will enjoy it! :]</p>
-<h2 id="how-to-run-and-install">How to Run and Install</h2>
-
-<h3 id="install-and-run-on-mac">Install and Run on Mac</h3>
-
-<ol>
- <li>Run the <code class="highlighter-rouge">rps.bash</code> file (located in the <code class="highlighter-rouge">exec</code> folder) with the <code class="highlighter-rouge">Terminal</code></li>
-</ol>
-
-<h4 id="running">Running</h4>
-
-<ol>
- <li>Open the <code class="highlighter-rouge">Terminal</code></li>
- <li>Type in: <code class="highlighter-rouge">rps</code>, or <code class="highlighter-rouge">PlayRockPaperScissorsGame</code></li>
- <li>Hit <kbd>return</kbd></li>
-</ol>
-
-<h4 id="uninstalling">Uninstalling</h4>
-
-<ol>
- <li>Run the <code class="highlighter-rouge">uninstaller.sh</code> file (located in the <code class="highlighter-rouge">exec</code> folder) with the <code class="highlighter-rouge">Terminal</code></li>
-</ol>
-
-<h3 id="install-and-run-on-windows">Install and Run on Windows</h3>
-
-<ol>
- <li>Download and install Ruby for Windows (if not already installed); download <a href="https://rubyinstaller.org/downloads/">here</a></li>
- <li>Open <code class="highlighter-rouge">cmd</code> and type in: <code class="highlighter-rouge">gem install PlayRockPaperScissorsGame</code>; hit <kbd>enter</kbd></li>
- <li>Run the <code class="highlighter-rouge">rps.bat</code> file (located in the <code class="highlighter-rouge">exec</code> folder)</li>
-</ol>
-
-<h4 id="running-1">Running</h4>
-
-<ol>
- <li>Open the <code class="highlighter-rouge">rps.bat</code> file (located in the <code class="highlighter-rouge">exec</code> folder)
- <ul>
- <li>Another option: type in <code class="highlighter-rouge">rps</code> or <code class="highlighter-rouge">PlayRockPaperScissorsGame</code> in the <code class="highlighter-rouge">Command Prompt</code>; hit <kbd>enter</kbd></li>
- </ul>
- </li>
-</ol>
-
-<h2 id="links">Links</h2>
-
-<ul>
- <li><a href="https://rubygems.org/gems/PlayRockPaperScissorsGame">Ruby Gems Page</a></li>
- <li><a href="https://github.com/bag3318/RockPaperScissors">Source Code</a></li>
-</ul>
-
-
<footer class="site-footer">
<h2 id="site-nav">Site Nav</h2>
<table>
<tr>
<td><a href="./">Home</a></td>
+ <td><a href="how_to_run">How to Run</a></td>
<td><a href="Code">Master Code</a></td>
<td><a href="Comparing_Code">Comparing Code</a></td>
<td><a href="Testing">How to Test</a></td>
<td><a href="How_to_Build">How to Build</a></td>
<td><a href="about">About</a></td>