Hi,
I'm having problems with Exercise 33 Dungeon in part 2. I did the whole exercise but one test is failing.
FAIL: DungeonTest testFirstPrintOutput
Tested Dungeon dungeon = new Dungeon(5,5,3,3,false); dungeon.run();
Dungeon line has wrong length. Incorrect line is:
Your whole print output was:
3
@ 0 0
v 4 0
v 1 4
v 3 4
@...v
.....
.....
.....
.v.v.
Could anyone look at my code and tell me what's wrong? Please.