Skip to content
Snippets Groups Projects
Commit 9ceb0914 authored by owner's avatar owner
Browse files

Homework 3

parent 61a82c12
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment