diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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); |
