diff --git a/README.md b/README.md index f8ad409b523d1a69802a97a3e3b3879770742912..2777aeacc3f3589dd38b6327f13fdad6c2bfaa5a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The aim of the game is to get one of the tiles upto a score of 2048 by combining ### Initilise Function First we set a seed for our random number generator using the system time as the seed. -Then we set the ``` gameOver ``` and the ``` moved ``` variables to false to get it ready. +Then we set the `gameOver` and the` moved `variables to false to get it ready. Then we use for loops in order to create the board. Then run the generateRandomTile function to create the first tiles in the game. diff --git a/Screenshots/Starting grid.png b/Screenshots/Starting grid.png new file mode 100644 index 0000000000000000000000000000000000000000..bbd3cfc1a91cc8e8de8549198b9b81cc7cf712e5 Binary files /dev/null and b/Screenshots/Starting grid.png differ