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

added more indexes to the top of the page

parent d6e09fa0
Branches
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment