From 955e7303f21c6a1e25ec55499b6a3edc80bdcabd Mon Sep 17 00:00:00 2001 From: Malachi Pyram Date: Wed, 21 Oct 2015 21:36:42 +0000 Subject: [PATCH] progress i guess --- README.md | 2 +- doNow.md | 4 ++-- starter_code/index.html | 8 ++++---- starter_code/script.js | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2591964..f750e4d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Your Manager has laid out the following requirements for the project: ##Learning Objectives By the end of this project the employee will be able to... - + * Clone and push a GitHub repository * Implement Math.random * Use conditions to evaluate a function diff --git a/doNow.md b/doNow.md index 7848b81..db04008 100644 --- a/doNow.md +++ b/doNow.md @@ -6,8 +6,8 @@ The do now activity for this session is to write out the rules and conditions fo | Player1 | Player2 | Winner | |----------|----------|---------| -| Rock | Rock | | -| Rock | Paper | | +| Rock | Rock | Tie | +| Rock | Paper | Paper | | Rock | Scissors | | | Paper | Rock | | | Paper | Paper | | diff --git a/starter_code/index.html b/starter_code/index.html index a2f6656..727b741 100755 --- a/starter_code/index.html +++ b/starter_code/index.html @@ -3,11 +3,11 @@ - <!-- Enter a title for your game here --> + rok papr sizers - + - + @@ -17,7 +17,7 @@
ROCK
PAPER
- +
SCISSORS
diff --git a/starter_code/script.js b/starter_code/script.js index 839d178..cba6d3b 100755 --- a/starter_code/script.js +++ b/starter_code/script.js @@ -3,7 +3,7 @@ var aiPoint = 0; // This function returns the selection of the computer function getAISelection() { - //TODO: randomly choose between 'rock', 'paper', or 'scissors' + } // This function picks the winner