summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/simulation/MazeSimulation.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/simulation/MazeSimulation.java')
-rw-r--r--src/ch/epfl/maze/simulation/MazeSimulation.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/simulation/MazeSimulation.java b/src/ch/epfl/maze/simulation/MazeSimulation.java
index 2108f54..0288353 100644
--- a/src/ch/epfl/maze/simulation/MazeSimulation.java
+++ b/src/ch/epfl/maze/simulation/MazeSimulation.java
@@ -17,6 +17,8 @@ import java.util.TreeMap;
17 * Simulation of a maze solver. Handles the next move of each animal, as well as 17 * Simulation of a maze solver. Handles the next move of each animal, as well as
18 * the animation by notifying the changes to it. The simulation finishes when 18 * the animation by notifying the changes to it. The simulation finishes when
19 * every animal has found the exit. 19 * every animal has found the exit.
20 *
21 * @author EPFL
20 */ 22 */
21public final class MazeSimulation implements Simulation { 23public final class MazeSimulation implements Simulation {
22 24