diff --git a/DOWNFUNCTIONS.png b/DOWNFUNCTIONS.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2ea12cb441469d30a6111e8128b26baf825e915
Binary files /dev/null and b/DOWNFUNCTIONS.png differ
diff --git a/GAMEOVER.png b/GAMEOVER.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef1b3d38b0d3c905a716fd17005ab3f85afde4ed
Binary files /dev/null and b/GAMEOVER.png differ
diff --git a/LEFTFUNCTIONS.png b/LEFTFUNCTIONS.png
new file mode 100644
index 0000000000000000000000000000000000000000..2660187b46c0c41cb976d46224f592045cdd600a
Binary files /dev/null and b/LEFTFUNCTIONS.png differ
diff --git a/README.md b/README.md
index 5c4eb6363357e8896724b5c38c82f1a679fbbbed..9f2d698c48b22f22463550cf7ee43060c51d6b68 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,31 @@
 
 Here are the screenshots showing the directional controls for the game:
 
-![Up Functions](./screenshots/UPFUNCTIONS.PNG)
-![Down Functions](./screenshots/DOWNFUNCTIONS.PNG)
-![Left Functions](./screenshots/LEFTFUNCTIONS.PNG)
-![Right Functions](./screenshots/RIGHTFUNCTIONS.PNG)
+### 1. **Up Function**
+Up Function: Moves the tiles up. Tiles with the same number merge.
+W: Moves the tiles up.
+![alt text](<UP FUNCTIONS.png>)
+
+
+### 2. **Down Function**
+Down Function: Moves the tiles down. Tiles with the same number merge.
+S: Moves the tiles down.
+![alt text](DOWNFUNCTIONS.png)
+
+
+
+
+### 3. **Left Function**
+Left Function: Moves the tiles left. Tiles with the same number merge.
+A: Moves the tiles left.
+![alt text](LEFTFUNCTIONS.png)
+
+
+
+### 4. **Right Function**
+Right Function: Moves the tiles right. Tiles with the same number merge.
+D: Moves the tiles right.
+![alt text](<RIGIHT FUCTIONS.png>)
+
+### ** GAME OVER FUNCTIONS + POINTS **
+![alt text](GAMEOVER.png)
\ No newline at end of file
diff --git a/RIGIHT FUCTIONS.png b/RIGIHT FUCTIONS.png
new file mode 100644
index 0000000000000000000000000000000000000000..19094d2ea8ed66f9b3855837c6a19d29ea09bd0d
Binary files /dev/null and b/RIGIHT FUCTIONS.png differ
diff --git a/UP FUNCTIONS.png b/UP FUNCTIONS.png
new file mode 100644
index 0000000000000000000000000000000000000000..1e83cd986092ab7a382e68f546c7c0549acbf335
Binary files /dev/null and b/UP FUNCTIONS.png differ