barr-code / RPS_JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock, Paper, Scissors: JavaScript Edition

A collaborative effort between myself and Tim. Creating the age-old RPS game, this time in JavaScript. Check out the Ruby version here.

Languages and Tools

  - JavaScript
  - CSS
  - HTML
  - JQuery
  - Jasmine

How to Open

Clone this repository.

  $ git clone git@github.com:barr-code/RPS_JS.git

Change into the directory.

  $ cd rps_js

Run the tests.

  $ open specRunner.html

Play the game.

  $ open RPS.html

### What I Learned This project helped me to get more comfortable with JavaScript, as well as the Jasmine testing suite. It was also my first real attempt at incorporating JQuery in my code. I learned how to make a single page web app, which was really cool.

About


Languages

Language:JavaScript 89.2%Language:CSS 10.8%