Skip to content

Commit

Permalink
Update Unit 2 README
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynnjimenez committed Sep 14, 2020
1 parent b7e7e8b commit c34e13c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ In this unit, coders will create a Rock, Paper, Scissors game. To create this pr
- [ ] Customize your HTML with CSS

#### Wrap
- [ ] Push your changes!
- [ ] Save and submit your website using the link on the session agenda.

## Day 2
Expand All @@ -34,8 +33,6 @@ In this unit, coders will create a Rock, Paper, Scissors game. To create this pr
- [ ] When the user initiates the game, generate a random number and assign it to the randomNumber variable.
- [ ] When the user initiates the game, store the user choice..
- [ ] When the user initiates the game, display user choice to the screen
#### Wrap
- [ ] Push your changes!

## Day 3

Expand All @@ -47,6 +44,7 @@ In this unit, coders will create a Rock, Paper, Scissors game. To create this pr
- [ ] Clear the input value once a result is displayed.

#### Wrap
- [ ] Save and submit your website using the link on the session agenda.
- [ ] Push your changes!

## Projects Extensions:
Expand All @@ -57,8 +55,7 @@ In this unit, coders will create a Rock, Paper, Scissors game. To create this pr
- [ ] Allows for more variety in throwing options. Example: [Rock-Paper-Scissors-Lizard-Spock](http://en.wikipedia.org/wiki/Rock-paper-scissors-lizard-Spock)

## References/Tools
* [Fellowship Reference Table]()
* [Script Tag](http://javascript.crockford.com/script.html)
* [Fellowship Reference Table](https://docs.google.com/document/d/1qrY2OC-6S04oOXZlYmXja7lmKBmdApR-HXJkhfd67e8/)
* [How Jquery Works](http://learn.jquery.com/about-jquery/how-jquery-works/)
* [JQuery Events](http://api.jquery.com/category/events/)
* [Math.random](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random)

0 comments on commit c34e13c

Please sign in to comment.