Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Without more information noboby can reproduce anything

    Please capture some logging from a test you think is wrong and provide:

    • input : board, dice
    • output : expected, actual

    Thanks

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    Go random tests do not seem work properly. In a case, when "could stop here". My code ran directly returns "actual" result rather than "expect"

    ....

    • roll +1=29
    • win (could stop here)
    • snake -3=26
    • roll +2=28
      expect: 28
      actual: 29