diff --git a/Catch the Target Game/README.md b/Catch the Target Game/README.md
new file mode 100644
index 00000000..c71fbd1a
--- /dev/null
+++ b/Catch the Target Game/README.md
@@ -0,0 +1,167 @@
+# **Catch the Target Game**
+Enjoy The Game!!!
+
+
+
+## **Description đ** && **How to play? đšī¸**
+
Featured In
+
+Game Objective:
+
+Click on the bouncing target as many times as possible within the time limit.
+
+
+Game Rules:
+
+The game lasts for 30 seconds.
+Each successful click on the target earns you 1 point.
+The target moves randomly after each click.
+Try to achieve the highest score possible before time runs out.
+
+
+How to Play:
+
+Click the "Start Game" button to begin.
+Move your cursor quickly to catch the bouncing target.
+Click on the target to score points.
+Keep an eye on the timer in the top right corner.
+
+
+Scoring:
+
+1 point is awarded for each successful click on the target.
+Your current score is displayed in the top left corner.
+
+
+Game Over:
+
+The game ends when the 30-second timer reaches zero.
+Your final score will be displayed.
+Click the "Restart" button to play again and try to beat your high score.
+
+
+Tips:
+
+The target moves faster as your score increases, so stay alert!
+Try to anticipate where the target will bounce next.
+Practice to improve your reaction time and mouse accuracy.
+
+
+Challenge:
+
+Compete with friends to see who can achieve the highest score.
+Try to beat your own personal best with each new game.
+
+
+
+
+
+
Stars
+
đ´ Forks
+
Issues
+
Open PRs
+
Closed PRs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Project Overview
+
"Catch the Target" is an engaging, browser-based game that challenges players to test their reflexes and mouse accuracy. Players must click on a bouncing target as many times as possible within a 30-second time limit, aiming to achieve the highest score.
+
+##
Tech Stack
+
+
+
+
+
+
+
+## Game Preview
+
+
+
+
+##
Get Started
+
+### Setup and Installation
+
+
To contribute to the Retro repository, follow these steps:
+
+1. **Fork the Repository:**
+ Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.
+
+2. **Clone the repository:**
+ Clone the forked repository to your local machine using the following command in your terminal.
+ ```bash
+ git clone https://github.com//HTML
+ ```
+3. **Add a remote upstream:**
+ ```bash
+ git remote add upstream https://github.com/bhargav-04/HTML
+ ```
+4. **Create a new branch:**
+ Create a new branch for your changes. Run the following command in your terminal.
+ ```bash
+ git checkout -b
+ ```
+5. **Make the desired changes:**
+ Make the desired changes to the source code.
+
+6. **Add your changes:**
+ Add your changes to the staging area. Run the following command in your terminal.
+ ```bash
+ git add ...
+ ```
+7. **Commit your changes:**
+ Commit your changes with a meaningful commit message. Run the following command in your terminal.
+ ```bash
+ git commit -m ""
+ ```
+8. **Push your changes:**
+ Push your changes to your forked repository. Run the following command in your terminal
+ ```bash
+ git push origin
+ ```
+9. **Create a Pull Request:**
+ Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR.
+
+
+
+
+
Contributing
+
+
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's.
+
+To contribute to the HTML repository using GitHub Desktop, follow these steps:
+
+ Reporting a bug
+Discussing the current state of the code
+Submitting a fix
+Proposing new features
+
+