Please ignore secret bonuses. Secret tests do NOT award bonus. Max hw grade is 30+2 bonus efficiency

Do you need help?

problem with the seed

M
MartinaDoku (250 points)
0 2 5
in News by (250 points)
I'm sorry, i'm having problems with the seed generated at the begining of the program, it does not correspond to the turns shown in the 'expected' solutions.

 For examle the order of turns that have to be calculated with the dice in 'expected_tiny-adventure_440_24_200', should be:

-4 (among 1 and 4)

-4 (among 1 and 4)

The first digits of the seed are: 3 4 1 2 1 4 2

so, since the dice is thrown every time there is an ambiguity and until the result is in the possibilities, in the first case it should go in the direction 4 but in the second it should go in the direction 1, becouse rolling the dice that is the first possible solution that comes up.

(hope this is understeandable)
232 views

1 Answer

angelo.spognardi (8170 points)
75 155 224
by (8.2k points)
Hi Martina, please check carefully because the dice is only rolled once, as soon as the party exits the third room. The second time you mention (right after exiting the fourth explored room) there is a door and, then, no dice will be rolled, but the door will be entered. Do you agree?
M
MartinaDoku (250 points)
0 2 5
by (250 points)
Yes, this is right, i fixed that piece of code and now everything works!