Skip to content

Conversation

@MarcCote
Copy link
Contributor

@MarcCote MarcCote commented Oct 1, 2018

This PR adds a new class GameOptions that contains all the needed information to generate games.

NB: This PR should be merged after #43.

@MarcCote
Copy link
Contributor Author

MarcCote commented Oct 1, 2018

Rebased on top of mater.

"""

def __init__(self):
self.chaining_options = ChainingOptions()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can drop _options from these? options.chaining_options.whatever is a bit redundant

@tavianator tavianator merged commit b86c2ab into microsoft:master Oct 3, 2018
@MarcCote MarcCote deleted the enh_game_options branch October 3, 2018 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants