diff --git a/GuessTheNumber/mayank-0103/Guess.png b/GuessTheNumber/mayank-0103/Guess.png
new file mode 100644
index 000000000..b9a9312ef
Binary files /dev/null and b/GuessTheNumber/mayank-0103/Guess.png differ
diff --git a/GuessTheNumber/mayank-0103/LICENSE b/GuessTheNumber/mayank-0103/LICENSE
new file mode 100644
index 000000000..379d6d3d4
--- /dev/null
+++ b/GuessTheNumber/mayank-0103/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2025 Mayank Raj
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/GuessTheNumber/mayank-0103/README.md b/GuessTheNumber/mayank-0103/README.md
new file mode 100644
index 000000000..dabbcf480
--- /dev/null
+++ b/GuessTheNumber/mayank-0103/README.md
@@ -0,0 +1,55 @@
+# Number Guessing Game
+
+## Overview
+The **Number Guessing Game** is a simple yet engaging interactive program that challenges users to identify a randomly generated number between **1 and 100** within **10 attempts**. The game provides instant feedback to help users refine their guesses. The game ends when the number is correctly guessed or when all attempts are used up, with an option to restart and play again.
+
+
+
+## Features
+- π² **Random Number Generation** - A new number is generated for every session.
+- π **Feedback System** - Displays whether the guess is too high, too low, or correct.
+- π **Previous Guesses** - Keeps track of past attempts for better decision-making.
+- π **Game Reset Functionality** - Allows users to start a new game without refreshing the page.
+- π¨ **User-Friendly Interface** - A visually appealing and responsive design for an enjoyable experience.
+- π± **Mobile Compatibility** - Adjusts layout and usability across different screen sizes.
+
+## Files Included
+- π `index.html` - The main HTML file that structures the gameβs layout.
+- π¨ `style.css` - The stylesheet that controls the visual design.
+- π `script.js` - JavaScript code that handles game logic and user interaction.
+- π `LICENSE` - Information on permissions and usage rights.
+- π `icons8-close.svg` - A close button icon used in modal elements.
+
+## How to Play
+1. π₯οΈ Open `index.html` in a web browser.
+2. π’ Enter a guess (between 1 and 100) in the input field.
+3. π― Click **SUBMIT GUESS** to check your input.
+4. π The game will indicate if the guess is too high, too low, or correct.
+5. β³ Keep guessing until either:
+ - You find the correct number π
+ - You reach the maximum of 10 attempts and see a **Game Over** message π
+6. π Click **Start New Game** to reset and play again.
+
+## Technologies Used
+- π **HTML** - Defines the structure of the webpage.
+- π¨ **CSS** - Styles the game interface and enhances user experience.
+- β‘ **JavaScript** - Controls game logic, user interaction, and animations.
+
+## Additional Enhancements
+- πββοΈ **Smooth Animations** - Enhances the look and feel of the game.
+- π **Interactive Elements** - Buttons and inputs respond dynamically to user actions.
+- π **Input Validation** - Ensures guesses are within the allowed range.
+- π **Responsive Design** - Adapts to different screen sizes for an optimal experience.
+
+## Future Enhancements
+- π **Sound Effects** - Add feedback sounds for winning, losing, and incorrect guesses.
+- ποΈ **Difficulty Levels** - Allow players to choose different number ranges.
+- π **Leaderboard System** - Track and display top scores and attempts.
+- π **Multiplayer Mode** - Compete with friends in a turn-based challenge.
+
+## Author
+Developed by **Mayank Raj**.
+For more projects, visit [GitHub Profile](https://github.com/mayank-0103).
+
+## License
+This project follows the terms specified in the `LICENSE` file.
\ No newline at end of file
diff --git a/GuessTheNumber/mayank-0103/icons8-close.svg b/GuessTheNumber/mayank-0103/icons8-close.svg
new file mode 100644
index 000000000..a52ea5013
--- /dev/null
+++ b/GuessTheNumber/mayank-0103/icons8-close.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GuessTheNumber/mayank-0103/index.html b/GuessTheNumber/mayank-0103/index.html
new file mode 100644
index 000000000..3ee49b0ac
--- /dev/null
+++ b/GuessTheNumber/mayank-0103/index.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+ Number guessing game
+
+
+
+
+
+
+
Home
+
About The game
+
Author Details
+
+
+
+
+
The Number Guessing Game is an interactive computational exercise in probabilistic reasoning,
+ designed to engage users in iterative hypothesis testing within a predefined numerical range. The objective is to
+ accurately determine a randomly generated integer within the inclusive bounds of 1 to 100, constrained by a
+ maximum
+ of 10 attempts. The system provides immediate feedback on the relative positioning of each guess in relation to
+ the
+ target value, thereby enabling the player to refine subsequent predictions. The game concludes either upon
+ successful identification of the number or upon exhaustion of the allotted attempts, at which point a reset
+ mechanism facilitates replayability.
+
We have selected a random number between 1 and 100. See if you can guess it in 10 turns or fewer. We'll tell you
+ if
+ your guess was too high or too low.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Copyright (c) 2025 Mayank Raj
+ πΉ Software Disclaimer πΉ
+ This game is for entertainment purposes only. There are no guarantees of accuracy, fairness, or specific
+ outcomes. The developers are not responsible for any issues arising from its use. Play responsibly and have fun!
+