You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text serializer (#27) forced the auto deploy actions to rewrite game's history with actual deploy actions. A better approach would be for the AI bots to auto generate the deploy actions and process them, instead of processing an :auto-deploy action, that the engine is responsible to convert in actions.
Having this action is useful on some scenarios, but I believe it should be deprecated and we should make this concept clearer.
The text was updated successfully, but these errors were encountered:
The text serializer (#27) forced the auto deploy actions to rewrite game's history with actual deploy actions. A better approach would be for the AI bots to auto generate the deploy actions and process them, instead of processing an
:auto-deploy
action, that the engine is responsible to convert in actions.Having this action is useful on some scenarios, but I believe it should be deprecated and we should make this concept clearer.
The text was updated successfully, but these errors were encountered: