aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-12-21 14:29:24 +0000
committerzedarider <ymherklotz@gmail.com>2016-12-21 14:29:24 +0000
commit3ffed05c43fc2692926841befed0fe5a2cf915aa (patch)
tree480883983e62772d8c43d72c9f7dd8c3bf87f780
parent5e28a82b5e8638392d5527dbce8aa44008280b04 (diff)
downloadA-star-algorithm-four_side.tar.gz
A-star-algorithm-four_side.zip
-rwxr-xr-xbin/mainbin418104 -> 418096 bytes
-rw-r--r--src/main.cpp12
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/main b/bin/main
index a37b561..9082556 100755
--- a/bin/main
+++ b/bin/main
Binary files differ
diff --git a/src/main.cpp b/src/main.cpp
index 17fe9ad..e8055c6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,13 +32,13 @@ int main(int argc, char *argv[]) {
// set the constants int the file that define the grid to be displayed.
// for the mac
- // const int tile_size = 21;
- // const int rows = 41;
- // const int cols = 34;
+ const int tile_size = 21;
+ const int rows = 41;
+ const int cols = 34;
- const int tile_size = 25;
- const int rows = 50;
- const int cols = 100;
+ //const int tile_size = 25;
+ //const int rows = 50;
+ //const int cols = 100;
const int start_x = 9;
const int start_y = 13;