Created
January 14, 2011 11:24
-
-
Save Stray/779495 to your computer and use it in GitHub Desktop.
how I started out sketching the combination game
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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