pyherc.rules.move.factories

Attack related factories are defined here

MoveFactory

class pyherc.rules.move.factories.MoveFactory(factories)

Factory for constructing move actions

WalkFactory

class pyherc.rules.move.factories.WalkFactory

Factory for creating walk actions

can_handle(parameters)

Can this factory process these parameters @param parameters: Parameters to check @returns: True if factory is capable of handling parameters

get_action(parameters)

Create a walk action @param parameters: Parameters used to control walk creation

Table Of Contents

Previous topic

pyherc.rules.move.action

Next topic

pyherc.rules.moving

This Page