Skip to content

Instantly share code, notes, and snippets.

@jdunne
Last active July 9, 2021 20:54
Show Gist options
  • Save jdunne/6123507 to your computer and use it in GitHub Desktop.
Save jdunne/6123507 to your computer and use it in GitHub Desktop.
How to win at Trouble.

The winning strategy in Trouble is to maximize the number of pieces that you have in play, while minimizing your opponents' pieces and limiting the exposure of your own pieces to attack.

I think this is the best possible way to accomplish that:

  • If you rolled a 6:
    • If you still have a piece in the home area:
      • Move that piece into the start position.
    • Else if you have a piece in the start position:
      • Move it out of the start position.
    • Else if you can knock another player out:
      • Move the piece that will knock them out.
    • Else
      • Move the piece that is closest to the end zone.
  • Else:
    • If you have a piece in the start position:
      • Move it out of the start position.
    • Else if you can knock another player out:
      • Move the piece that will knock them out.
    • Else
      • Move the piece that is closest to the end zone.

Trouble - Board Game

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment