Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 Name , Author's name>

Project Description:

Project Idea:

Project Implementation:

Source code:

Link to app:




14 changes: 12 additions & 2 deletions Rock-Paper-Scissors/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Rock Paper Scissors #

## Description ##
<Rock-Paper-Scissors, Swarag-N>

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 ##

Expand Down