aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-02-18 11:44:19 +0000
committerYann Herklotz <ymherklotz@gmail.com>2016-02-18 11:44:19 +0000
commite6fc0cf82827be1d87dc88fd945554aca1e70d3d (patch)
tree12bc51f319a6f5ffc374bb3ab00f48310d3448e3
parentaf98ee7ff28cff97f5f29a5d9e65f9153531b0ee (diff)
parenteb1d30bece82017607c9a61759985d36f5a09619 (diff)
downloadimperial_2015-e6fc0cf82827be1d87dc88fd945554aca1e70d3d.tar.gz
imperial_2015-e6fc0cf82827be1d87dc88fd945554aca1e70d3d.zip
Merge pull request #1 from zedarider/game-edit
Added comment
-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)) {