Params

class Params[source]

Bases: Base2dParams

Main 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 PlayerParams object.

Type:

list

targets

Each element is a TargetParams object.

Type:

list

obstacles

Each element is a ObstacleParams object.

Type:

list

hazards

Each element is a HazardsParams object.

Type:

list

score

Parameters for the score system.

Type:

ScoreParams

__init__()[source]

Methods

__init__