X Tutup
Skip to content

Commit 1a4b302

Browse files
committed
rock_paper_scissors info has been added
1 parent 0625538 commit 1a4b302

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This is a simple Python-based implementation of the classic game where you play against the computer. The game includes features like scorekeeping and multiple rounds.
2+
3+
## Features
4+
5+
- Play multiple rounds against the computer.
6+
- Keep track of the score for both the user and the computer.
7+
- Input validation to ensure only valid choices are accepted.
8+
- Display the final result at the end of the game.
9+

0 commit comments

Comments
 (0)
X Tutup