aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/main.cpp b/main.cpp
index 3dc1ceb..7e18d2b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -481,7 +481,6 @@ class Snake {
} catch (const std::exception &e) {
iTmp = val;
- std::cout << e.what() << '\n';
}
val = iTmp;
}
@@ -496,9 +495,9 @@ class Snake {
tgu::EnterGameBuffer();
- SinglePrompt("Width: ", width);
- SinglePrompt("Height: ", height);
- SinglePrompt("Starting delay: ", startingdelay);
+ SinglePrompt("Board Width: ", width);
+ SinglePrompt("Board Height: ", height);
+ SinglePrompt("Starting delay between steps (ms): ", startingdelay);
SinglePrompt("Max speed: ", maxspeed);
SinglePrompt("Acceleration: ", acceleration);