Skip to content

Instantly share code, notes, and snippets.

@Stray
Created January 14, 2011 11:24
Show Gist options
  • Save Stray/779495 to your computer and use it in GitHub Desktop.
Save Stray/779495 to your computer and use it in GitHub Desktop.
how I started out sketching the combination game
new CombinationGameBuilder()
.requireOneOf ( someItems )
.requireNoneOf ( someOtherItems )
// more rules as required
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment