From ec975bc6f452bd3a1661f627da74c0706644a39f Mon Sep 17 00:00:00 2001
From: "Hamed2.Alsaddi@live.uwe.ac.uk" <hamed2.alsaddi@live.uwe.ac.uk>
Date: Wed, 12 Mar 2025 05:05:03 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index e69de29..9b09092 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,10 @@
+## Description
+This project is a command-line version of the popular game **2048**, implemented in C++.  
+- **Objective**: Combine tiles of the same number to create a tile with the number 2048.  
+- **Gameplay**: The board starts with two tiles. On each move, you can slide the tiles up, down, left, or right. Tiles of the same value that collide will merge into a tile with the sum of their values.
+
+## Features
+- 4x4 board initialized with random tiles.
+- Merge logic for up, down, left, and right moves.
+- Score tracking.
+- Game Over detection when no more moves are possible.
\ No newline at end of file
-- 
GitLab