diff --git a/README.md b/README.md index 65889ee7..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. @@ -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: + + + diff --git a/Rock-Paper-Scissors/README.md b/Rock-Paper-Scissors/README.md index 2e6cd272..7de0e906 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. 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. + +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 ##