From 8affa26b9f308619e2937becdcdb9a972ee90043 Mon Sep 17 00:00:00 2001
From: h45-taylor <harvey.taylor3@live.uwe.ac.uk>
Date: Wed, 10 Jan 2024 19:18:52 +0000
Subject: [PATCH] added more indexes to the top of the page

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 09630b3..4211b85 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
 # 2048 Game
 
 - [The Rules](#the-rules)
-- [The Aim](#the-aim)
 - [The Functions](#the-functions-in-depth)
 - [Images](#images)
+- [How To Play](#how-to-play) 
+- [Show randomness](#randomness-proof)
 
 
 
@@ -60,7 +61,10 @@ I then use a switch statement to match what key was pressed and to run a functio
 
     Compile using   "g++ main.cpp 2048.cpp -o 2048"
     Then run using ./2048
-    
+
+#### How To Play
+  Use Keys W,A,S,D to select your move and press enter to submit your move.
+  then follow [The Rules](#the-rules)
 
 # Images
 
-- 
GitLab