diff --git a/README.md b/README.md
index 2483ae8..ba8c10b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,28 @@
# Whack-a-Mole-Game
-A simple Whack-a-Mole game implemented using HTML, CSS, and JavaScript
+
+A simple Whack-a-Mole game implemented using HTML, CSS, and JavaScript.
+
+## How to Play
+
+1. Open `index.html` in your web browser.
+2. Click the "Start" button to begin the game.
+3. Click on the moles as they appear to score points.
+4. The game lasts for 30 seconds. Try to score as many points as possible!
+
+## Live Demo
+
+You can play the game live on GitHub Pages: [Whack-a-Mole Game Live Demo](https://abhrankan-chakrabarti.github.io/Whack-a-Mole-Game)
+
+## Files
+
+- `index.html`: The main HTML file.
+- `styles.css`: The CSS file for styling the game.
+- `script.js`: The JavaScript file containing the game logic.
+
+## Screenshot
+
+![Game Screenshot](screenshot.png)
+
+## License
+
+This project is licensed under the MIT License.
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6efa629
--- /dev/null
+++ b/index.html
@@ -0,0 +1,27 @@
+
+
+