I have solved the Dugeon Challenge but I don't know what is the name of the moster cause a defated in level 3, when i go to the dugeon it says: Dungeon Level 3 - Start a new Game
WHAT???
Why I have to start a new game? I have already defeated the monster of level 3, I don't die.
What I have to do?
I have solved the Dugeon Challenge but...
-
- Forum Admin
- Posts: 497
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
-
- Forum Admin
- Posts: 497
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
That's exactly why you should record this information somewhere, probably in a file.67pc wrote:You don't understood me.
I killed it, but I don't know what is his name.
The name is printed on the screen when you encounter this monster. So if you don't read this screen yourself because a program solves the dungeon for you, you need to store the information somehow - otherwise you can't solve the challenge.
Another possibility is to let your program stop when you encounter the final boss, and kill him manually, thus reading the boss's name.
A third and probably final way of doing it is when your "dungeon solver" runs in a console window, to print out the text of the boss encounter in this window, let the program kill the boss, NOT to close this window, and enter the boss name which is shown in your console window into the challenge text field to solve this.

If you don't know the name of the boss, you cannot solve this challenge and need to start over.