Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickichann01 authored Apr 3, 2022
1 parent 997ed47 commit 2406cf6
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,29 @@
<b><br>A simple game for the completion of <b>Computer Programming 2 Task Perforance in Pre Finals</b> (1st Semester)<b></br>
</h4>

## **The rules 📜**
## **The Rules 📜**
The rules remain the same as the original game: Rock beats scissors, Scissors beats paper and paper beats rock.
The rules are easy, the game is simple.

- If you choose Rock, you will win against Scissors but lose against Paper.
- If you choose Scissors, you will win against Paper but lose against Rock.
- If you choose Paper, you will win against Rock but lose against Scissors.
<p align=center>
<img src="https://github.com/nickichann01/Simple-Game/blob/master/1st.jpg" width="500">
</p>

- If you choose Rock, you will win against Scissors but lose against Paper.
- If you choose Scissors, you will win against Paper but lose against Rock.
- If you choose Paper, you will win against Rock but lose against Scissors.

The game ends when player gets 5 wins. If you want to play again, just click “OK” button after a game is finished.<br>
Maybe your opponent is just a Computer but don't get fooled by it.

<!--## **Game Screenshots 📸**-->
## **Game Screenshots 📸**
#### Splash Screen and Main Screen
<img src="https://github.com/nickichann01/Simple-Game/blob/master/Opening.jpeg" width="500">
<img src="https://github.com/nickichann01/Simple-Game/blob/master/MainScreen.jpeg" width="500"><br>

#### Player Win and Computer Win
<img src="https://github.com/nickichann01/Simple-Game/blob/master/PlayerWin.jpeg" width="500">
<img src="https://github.com/nickichann01/Simple-Game/blob/master/Computer%20win.jpeg" width="500"><br>


## **Programming Language and IDE used 💻**
Expand Down

0 comments on commit 2406cf6

Please sign in to comment.