diff --git a/cicaprojekt/Dungeon.java b/cicaprojekt/Dungeon.java index e139375..8e4e7ab 100644 --- a/cicaprojekt/Dungeon.java +++ b/cicaprojekt/Dungeon.java @@ -5,10 +5,15 @@ import java.util.HashMap; import java.util.Map; public class Dungeon { + private int ZPMsToWin = 0; + private long timeLimit = 0; + + /* NOTE: this function assumes that the parameter input is a well-formatted dungeon file. * Such file looks like as follows: * * x + *