diff --git a/README.md b/README.md index 278bd5133a1ca082087ee99a344ab67fc26d75c7..5cebdc398facdcea6ec3073df117a23e18fb7144 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. ---