diff --git a/.gitignore b/.gitignore index 1ee1633605b2ccacb90cbf77dcc0073a8664ac4b..586e38965de1fd3f76cc20f30a4c408c1040dac5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ build/ .vscode -Screenshots \ No newline at end of file +a.out \ No newline at end of file diff --git a/README.md b/README.md index 2777aeacc3f3589dd38b6327f13fdad6c2bfaa5a..440575685d6b703fe43d4601e283d0160794034c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - [The Rules](#the-rules) - [The Aim](#the-aim) - [The Functions](#the-functions-in-depth) +- [Images](#images) @@ -10,7 +11,6 @@ - # The Rules * If 2 of the same numbers touch they will combine and add up to the value of both @@ -50,4 +50,12 @@ The final if statement will get a random number and divide it by 2 and the resul ### Print Board Function -First we use linux system commands to clear the previous grid \ No newline at end of file +First we use linux system commands to clear the previous grid + + + + + +# Images + +![The Starting Grid Of My 2048 with the randomised starting numbers]() \ No newline at end of file