aboutsummaryrefslogtreecommitdiffstats
path: root/2048 Game/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to '2048 Game/Game.cpp')
-rw-r--r--2048 Game/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/2048 Game/Game.cpp b/2048 Game/Game.cpp
index 553593e..2969aad 100644
--- a/2048 Game/Game.cpp
+++ b/2048 Game/Game.cpp
@@ -44,7 +44,7 @@ int main(int argc, char* argv[]) {
}
grid[GRIDSIZE-1][GRIDSIZE-1] = 2;
}
-
+ // prints the grid
printGrid(grid);
while(!checkGameOver(grid)) {