From 3251c9ed3d754b3f9b413a372b7621bf3b8c2280 Mon Sep 17 00:00:00 2001 From: Lori Date: Sun, 7 May 2023 22:18:14 -0700 Subject: [PATCH 1/6] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 65889ee7..f573d7c6 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,20 @@ The *root* directory of your developed application must contain Note: Please Add Author's name in Readme.md of application. +### README.md template + + + +Project Description: + +Project Idea: + +Project Implementation: + +Source code: + +Link to app (Optional) : + + + From c09d669f0ce2d47143a77c737c8d24960cc9405d Mon Sep 17 00:00:00 2001 From: Lori Date: Sun, 7 May 2023 22:19:08 -0700 Subject: [PATCH 2/6] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f573d7c6..36e783b6 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Project Implementation: Source code: -Link to app (Optional) : +Link to app: From 61cf0fb6b5e5dec0e916d11cef259de6a4000314 Mon Sep 17 00:00:00 2001 From: Lori Date: Mon, 29 May 2023 20:38:59 -0700 Subject: [PATCH 3/6] Update README.md --- Rock-Paper-Scissors/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Rock-Paper-Scissors/README.md b/Rock-Paper-Scissors/README.md index 2e6cd272..b5ba1c55 100644 --- a/Rock-Paper-Scissors/README.md +++ b/Rock-Paper-Scissors/README.md @@ -1,9 +1,19 @@ # Rock Paper Scissors # ## Description ## + + +Project Description: +An extension of the traditional game of rock-paper-scissors with more options the user can choose from. User will play against the computer that will randomly generate a move. The results of who won or lost or if the result was a draw will be printed for the user to see. + +Project Idea: An extension of the traditional game of rock-paper-scissors with more options while playing against a random generator. + +Project Implementation: This project is written in Python and is played in the console. + +Source code: N/A + +Link to app: N/A -Play more options than simple rock-paper-scissor, this script includes other options for -you to try. ## Author ## From 695984335a674ba19f86b0d0aceb3f8b9cbe67ef Mon Sep 17 00:00:00 2001 From: Lori Date: Mon, 29 May 2023 20:39:58 -0700 Subject: [PATCH 4/6] Update README.md --- Rock-Paper-Scissors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rock-Paper-Scissors/README.md b/Rock-Paper-Scissors/README.md index b5ba1c55..270d2e53 100644 --- a/Rock-Paper-Scissors/README.md +++ b/Rock-Paper-Scissors/README.md @@ -4,7 +4,7 @@ Project Description: -An extension of the traditional game of rock-paper-scissors with more options the user can choose from. User will play against the computer that will randomly generate a move. The results of who won or lost or if the result was a draw will be printed for the user to see. +An extension of the traditional game of rock-paper-scissors with more options the user can choose from. User will play against the computer that will randomly generate a move. The results of who won or lost or if the result was a draw will be printed. The user's score will be saved, updated, and printed at the beginning of each round. Project Idea: An extension of the traditional game of rock-paper-scissors with more options while playing against a random generator. From c8f86a2458ea3e7edf0a5742292db8ce1d30092b Mon Sep 17 00:00:00 2001 From: Lori Date: Mon, 29 May 2023 20:49:19 -0700 Subject: [PATCH 5/6] Update README.md --- Rock-Paper-Scissors/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rock-Paper-Scissors/README.md b/Rock-Paper-Scissors/README.md index 270d2e53..7de0e906 100644 --- a/Rock-Paper-Scissors/README.md +++ b/Rock-Paper-Scissors/README.md @@ -1,10 +1,10 @@ # Rock Paper Scissors # ## Description ## - + Project Description: -An extension of the traditional game of rock-paper-scissors with more options the user can choose from. User will play against the computer that will randomly generate a move. The results of who won or lost or if the result was a draw will be printed. The user's score will be saved, updated, and printed at the beginning of each round. +An extension of the traditional game of rock-paper-scissors with more options the user can choose from. User will play against the computer that will randomly generate a move. The results of who won or lost or if the result was a draw will be printed. The user's score will be saved and updated after each round, and the user can access the score anytime. Project Idea: An extension of the traditional game of rock-paper-scissors with more options while playing against a random generator. From ca16b5c4223699a97e0d3517fe6841a36bea8f91 Mon Sep 17 00:00:00 2001 From: Lori Date: Wed, 14 Jun 2023 22:11:27 -0700 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e783b6..e3a221df 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ where username is your GitHub account username. Never work on **master** branch as we do not allow master commits except by admins. ``` $ git branch {branchname} -$ git checkout branchname +$ git checkout {branchname} ``` 5. Do your work and stage your changes.