in reply to The game of Skunk

Bug: I think in the second stage of play(), shouldn't
if ($score > $newscore) {
be
if ($newscore > $score) {
And if that's the case, my super always better isn't really that good.