From e1aa3eb6fd45235aa60f8243dfa7a21baa34d220 Mon Sep 17 00:00:00 2001
From: Abdirahim Ahmed <abdirahim3.ahmed@live.uwe.ac.uk>
Date: Thu, 27 Mar 2025 11:21:33 +0000
Subject: [PATCH] Added directional control screenshots to README

---
 README.md | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 1f5aa2a..a2fddb2 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)
-- 
GitLab