diff --git a/README.md b/README.md
index 1f5aa2a2bb2f8b50cd94ce17f3f40f4fa0f1ccfa..a2fddb255a495d6c6075d00c099889f54b7c1161 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,10 @@
-# 2048 Game
+# Game 2048
 
-This is the classic 2048 game, implemented in C++.
+## Screenshots of Game Controls
 
-## Download and Play
+Here are the screenshots showing the directional controls for the game:
 
-To play the game, download the compiled executable from the repository and run it on your local machine:
-
-1. Download the executable [game2048](./game2048).
-2. Open a terminal and run the game:
-   ```bash
-   ./game2048
+![Up Functions](./screenshots/UPFUNCTIONS.PNG)
+![Down Functions](./screenshots/DOWN.PNG)
+![Left Functions](./screenshots/LEFT.PNG)
+![Right Functions](./screenshots/RIGHT.PNG)