Params
- class Params[source]
Bases:
Base2dParamsMain set of parameters to be parsed by the yaml parser.
The types defined in this class determine what type the parser uses.
- players
Each element is a
PlayerParamsobject.- Type:
list
- targets
Each element is a
TargetParamsobject.- Type:
list
- obstacles
Each element is a
ObstacleParamsobject.- Type:
list
- hazards
Each element is a
HazardsParamsobject.- Type:
list
- score
Parameters for the score system.
- Type:
Methods