diff --git a/README.md b/README.md
index 0f723933..379fddea 100644
--- a/README.md
+++ b/README.md
@@ -256,6 +256,7 @@ ________________________________________________________________________________
| 199 | [Ball_Fall_Game](.SinglePlayer%20-%20Games/Ball_Fall_Game) |
| 200 | [City_Builder_Game](.SinglePlayer%20-%20Games/City_Builder_Game) |
| 201 | [Cooking_Challenge Game](.SinglePlayer%20-%20Games/Cooking_Challenge Game) |
+| 202 | [Doodling_Game](.SinglePlayer%20-%20Games/Doodling_Game) |
diff --git a/SinglePlayer - Games/Banner - image/Doodling_Game.png b/SinglePlayer - Games/Banner - image/Doodling_Game.png
new file mode 100644
index 00000000..1acaa8c7
Binary files /dev/null and b/SinglePlayer - Games/Banner - image/Doodling_Game.png differ
diff --git a/SinglePlayer - Games/Doodling_Game/READme.md b/SinglePlayer - Games/Doodling_Game/READme.md
new file mode 100644
index 00000000..d673fc02
--- /dev/null
+++ b/SinglePlayer - Games/Doodling_Game/READme.md
@@ -0,0 +1,26 @@
+# Doodling Game
+
+A simple doodling game where users can draw on a canvas, change colors, and adjust the brush size. This game supports both mouse and touch inputs, making it suitable for both desktop and mobile devices.
+
+## Features
+
+- Draw on the canvas using mouse or touch inputs.
+- Change the color of the brush using a color picker.
+- Adjust the brush size using a range slider.
+- Clear the canvas with a single click.
+
+## Demo
+
+![Doodling Game Demo](demo.gif)
+
+## How to Run
+
+1. Clone the repository or download the files.
+2. Open the `index.html` file in your preferred web browser.
+
+## Files
+
+- `index.html`: The main HTML file containing the structure of the doodling game.
+- `styles.css`: The CSS file for styling the doodling game.
+- `script.js`: The JavaScript file containing the logic for the doodling game.
+
diff --git a/SinglePlayer - Games/Doodling_Game/index.html b/SinglePlayer - Games/Doodling_Game/index.html
new file mode 100644
index 00000000..3bfadb3f
--- /dev/null
+++ b/SinglePlayer - Games/Doodling_Game/index.html
@@ -0,0 +1,18 @@
+
+
+