diff --git a/assignments/src/MV3500Cohort2024JulySeptember/homework3/Lennon/LennonSimulationProgram.java b/assignments/src/MV3500Cohort2024JulySeptember/homework3/Lennon/LennonSimulationProgram.java index 509f4eda3b7764dade2c228d3f0c2e4535bcceff..4e5c65a0b2f97634f6b851f69af48c13eec3e490 100644 --- a/assignments/src/MV3500Cohort2024JulySeptember/homework3/Lennon/LennonSimulationProgram.java +++ b/assignments/src/MV3500Cohort2024JulySeptember/homework3/Lennon/LennonSimulationProgram.java @@ -247,8 +247,8 @@ public class LennonSimulationProgram minefield.add(mine); } - System.out.println("You are in a minefield. The exit is at (" + exit[0] + ", " + exit[1] + - "). \nWhen prompted, use the WASD keys to pick a move. \nCareful, there's a time limit, and plenty of mines!"); + System.out.println("\nYou are in a minefield. The exit is at (" + exit[0] + ", " + exit[1] + + "). \nWhen prompted, use the WASD keys to pick a move. \nCareful, you only have so many moves, and there are plenty of mines!"); System.out.flush(); while (simulationLoopCount < SIMULATION_MAX_LOOP_COUNT) // are we done yet?