Fight.__init__()

Constructor of the Fight class.

Parameters

  • Enemy : Enemy - Enemy object. Aka boss of the simulation.

  • ShowGraph : bool - If true the simulation will output the graphs.

Return

This returns a Fight object.

Usage

# Usage
newFight = Fight(Enemy(), False)