Skip to content
Snippets Groups Projects
Commit 33943929 authored by h45-taylor's avatar h45-taylor
Browse files

added Build and run instructions

parent 1e388244
Branches
Tags
No related merge requests found
...@@ -56,6 +56,11 @@ I initilise a variable to hold the user input and then output to ask for movemen ...@@ -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. 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 # Images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment