diff --git a/README.md b/README.md index 05dfceb2ba1c16415f1de49563fa60c4fcd15437..09630b306a9505ab55803180643002117d552971 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ I initilise a variable to hold the user input and then output to ask for movemen I then use a switch statement to match what key was pressed and to run a function to move the board in the respected way that was inputted. +### How To Run + + Compile using "g++ main.cpp 2048.cpp -o 2048" + Then run using ./2048 + # Images