Skip to content

Instantly share code, notes, and snippets.

View waspyfaeleith's full-sized avatar

Sandy McMillan waspyfaeleith

View GitHub Profile
@waspyfaeleith
waspyfaeleith / rock_paper_scissors_lizard_spock.md
Last active April 21, 2017 09:39
Rock, Paper, Scissors, Lizard, Spock

Rock, Paper, Scissors, Lizard, Spock

Tonight's homework is to create the Rock, Paper, Scissors, Lizard, Spock game in JavaScript/jQuery, where you play one-v-one against the computer.

The game is an expansion on the game Rock, Paper, Scissors. Each player picks a variable and reveals it at the same time. The winner is the one who defeats the others. In a tie, the process is repeated until a winner is found.

Rules for Winning the Game

Scissors cuts Paper

Student Machine Setup

Google Chrome

Log in to Google using your Google account.

Configure Git

Configure your name and email address for commits (be sure to use the email address you have registered with Github). Open up your Terminal and type the following commands:

git config --global user.name "Your Name"

@waspyfaeleith
waspyfaeleith / installfest.md
Last active December 21, 2015 15:10
Installfest Notes

Installfest

Pre-install

  1. Identify which version of OSX you're using - ideally you should have Yosemite or newer (10.10.x)
  2. Ensure you've got Xcode installed - https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12
  3. Ensure that you've uninstalled any antivirus software you may have, as it can prevent some of the tools from installing properly

Install and connect to HipChat