From ae3c00c17142041fbe9e1b8d3362513b8b01678c Mon Sep 17 00:00:00 2001 From: "Hamad2.Alqareh@live.uwe.ac.uk" <hamad2.alqareh@live.uwe.ac.uk> Date: Wed, 30 Apr 2025 13:30:45 +0000 Subject: [PATCH] Edit README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 278bd51..5cebdc3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ If the user loses and has no more possible moves a "Game Over" statement will be bash g++ Game2048.cpp main.cpp -o terminal2048 3. To start the game, type bash./terminal2048. +4. **PS:** Make sure highscores.txt is in the same folder as the rest of the code. --- -- GitLab