peter1591 / hearthstone-ai

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
302 stars 49 forks source link

A easier way to use state::Manipulators::StateManipulator #9

Closed peter1591 closed 7 years ago

peter1591 commented 7 years ago

state::State state;

Implement state.Manipulate() to replace: state::Manipulators::StateManipulator(state)

peter1591 commented 7 years ago

Now manipulators has been moved to namespace FlowControl

peter1591 commented 7 years ago

Implement fluent-like API for FlowControl::Manipulate()

Fixed in commit 1477e996370a0885c805b8510a6a1f12723574ec