diff --git a/rock-paper-scissors/README.md b/rock-paper-scissors/README.md
new file mode 100644
index 0000000..597c0e3
--- /dev/null
+++ b/rock-paper-scissors/README.md
@@ -0,0 +1,17 @@
+Rock Paper Scissors Game:-
+A simple Rock, Paper, Scissors game where you play against the computer! Designed for beginners using only basic HTML, CSS, and JavaScript (loops, functions, and variables).
+
+Features:-
+Play Rock, Paper, Scissors against a computer opponent.
+
+Easy-to-read, beginner-friendly code structure.
+
+Game Rules:-
+Rock beats Scissors
+
+Scissors beats Paper
+
+Paper beats Rock
+
+If both you and the computer choose the same option, it’s a tie.
+
diff --git a/rock-paper-scissors/index.html b/rock-paper-scissors/index.html
new file mode 100644
index 0000000..db469e8
--- /dev/null
+++ b/rock-paper-scissors/index.html
@@ -0,0 +1,18 @@
+
+
+