Their code was just fine and 100% accurate in concerns with the official rules. The tests 'cycling2' and 'resounding_roar' occured because of a missing 'choice 0'. Now, the test suite passes.
29 lines
364 B
Plaintext
29 lines
364 B
Plaintext
#Testing Cycling
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Resounding Roar
|
|
inplay:Runeclaw Bear
|
|
library:forest
|
|
manapool:{5}{R}{G}{W}
|
|
[PLAYER2]
|
|
[DO]
|
|
Resounding Roar
|
|
choice 1
|
|
choice 0
|
|
Runeclaw Bear
|
|
next
|
|
next
|
|
Runeclaw Bear
|
|
next
|
|
next
|
|
next
|
|
[ASSERT]
|
|
combatend
|
|
[PLAYER1]
|
|
inplay:Runeclaw Bear
|
|
graveyard:Resounding Roar
|
|
hand:forest
|
|
[PLAYER2]
|
|
life:12
|
|
[END] |