Enums

class pyzork.enums.StatEnum[source]

An enumeration.

null = 1
attack = 2
defense = 3
max_health = 4
health = 5
max_energy = 6
energy = 7
experience = 8
class pyzork.enums.EndgameReason[source]

An enumeration.

zero_health = 1
failed_objecive = 2
victory = 3
class pyzork.enums.Direction[source]

An enumeration.

north = 1
south = 2
west = 3
east = 4
opposite = <bound method Direction.opposite of <enum 'Direction'>>[source]