Skip to content

Commit

Permalink
Update introduction in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
choskim committed Dec 15, 2015
1 parent 7ad214b commit 213c03e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# Learn-to-code-week-2
# learn-to-code-week-2
During this workshop, you learn enough JavaScript to build a simple version of [Rock, Paper, Scissors](https://en.wikipedia.org/wiki/Rock-paper-scissors). Yes, this is a game involving (wo)man vs machine! [John Connor](https://en.wikipedia.org/wiki/John_Connor) is on your side; I can't say the same for [Arnold](https://en.wikipedia.org/wiki/Terminator_\(character\)).

Basic JavaScript and jQuery
To build your game, you'll need to complete these three steps:

In order to go over some basic JavaScript concepts lets follow the getting
started tutorial provided by the JavaScript team. It's only 8 lessons and
takes less than 5 minutes.
1. Understand the purpose of JavaScript?
2. Learn enough JavaScript to build Rock, Paper, Scissors.
3. Define and complete the tasks for building our game.

Please email if you are doing this at home and have any quesions!

[email protected]
If you are doing this work at home and have any quesions, please contact [Graham McBain]([email protected]).

###HOORAY VOCABULARY!

- functions
- if statements
- variables




###Rock Paper Scissors!

We want to write a program called rockPaperScissors.js so we can play rock paper
Expand Down

0 comments on commit 213c03e

Please sign in to comment.