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
No related branches found
No related tags found
No related merge requests found
# 2048 Game # 2048 Game
- [The Rules](#the-rules) - [The Rules](#the-rules)
- [The Aim](#the-aim)
- [The Functions](#the-functions-in-depth) - [The Functions](#the-functions-in-depth)
- [Images](#images) - [Images](#images)
- [How To Play](#how-to-play)
- [Show randomness](#randomness-proof)
...@@ -61,6 +62,9 @@ I then use a switch statement to match what key was pressed and to run a functio ...@@ -61,6 +62,9 @@ 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" Compile using "g++ main.cpp 2048.cpp -o 2048"
Then run using ./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 # Images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment