diff --git a/Games/Shape Shifter/README.md b/Games/Shape Shifter/README.md
new file mode 100644
index 0000000000..6e1e759ff4
--- /dev/null
+++ b/Games/Shape Shifter/README.md
@@ -0,0 +1,49 @@
+# Shape Shifter Game
+
+Shape Shifter is an innovative and interactive game where players must click on a randomly appearing shape within a limited time frame. The shape changes in size, color, and position to increase the challenge.
+
+## Game Features
+
+- Randomly appearing shapes with varying sizes and colors
+- Scoreboard to track your progress
+- Simple and intuitive user interface
+- Responsive design
+
+## Technologies Used
+
+- HTML
+- CSS
+- JavaScript
+
+## How to Play
+
+1. Open the `index.html` file in your web browser.
+2. Click the "Start Game" button to begin.
+3. Click on the shape as quickly as possible to score points.
+4. The shape will move to a new random position every second.
+5. The game continues until you stop it or refresh the page.
+
+## Installation
+
+To run the game locally, follow these steps:
+
+1. Clone the repository:
+ ```bash
+ git clone https://github.com/your-username/shape-shifter-game.git
+ ```
+2. Navigate to the project directory:
+ ```bash
+ cd shape-shifter-game
+ ```
+3. Open `index.html` in your web browser:
+ ```bash
+ open index.html
+ ```
+
+## Project Structure
+
+```plaintext
+shape-shifter-game/
+├── index.html
+├── styles.css
+└── script.js
diff --git a/Games/Shape Shifter/index.html b/Games/Shape Shifter/index.html
new file mode 100644
index 0000000000..7a2c6576cb
--- /dev/null
+++ b/Games/Shape Shifter/index.html
@@ -0,0 +1,17 @@
+
+
+